Home
last modified time | relevance | path

Searched refs:hciPacketType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2393 …uint16_t hciPacketType = (packetType & usedTypes) & (localPacketType & usedTypes) & (peerPacketTyp… in BTM_ChangeConnectionPacketType() local
2394hciPacketType |= ((packetType & unusedTypes) | (localPacketType & unusedTypes) | (peerPacketType &… in BTM_ChangeConnectionPacketType()
2398 .packetType = hciPacketType, in BTM_ChangeConnectionPacketType()