Searched refs:peerPacketType (Results 1 – 1 of 1) sorted by relevance
2369 uint16_t peerPacketType = 0; in BTM_ChangeConnectionPacketType() local2375 … peerPacketType = BtmGenerateSupportedPacketTypes(&connection->remoteFeatures.bredr.lmpFeatures); in BTM_ChangeConnectionPacketType()2393 …cketType = (packetType & usedTypes) & (localPacketType & usedTypes) & (peerPacketType & usedTypes); in BTM_ChangeConnectionPacketType()2394 … |= ((packetType & unusedTypes) | (localPacketType & unusedTypes) | (peerPacketType & unusedTypes)… in BTM_ChangeConnectionPacketType()