Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/hci/include/
Dhci_layer.h30 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
/packages/modules/Bluetooth/system/hci/src/
Dpacket_fragmenter.cc95 uint16_t event = packet->event & MSG_EVT_MASK; in fragment_and_dispatch()
152 uint16_t event = packet->event & MSG_EVT_MASK; in reassemble_and_dispatch()
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc325 uint16_t event = packet->event & MSG_EVT_MASK; in transmit_fragment()
344 log::assert_that((packet->event & MSG_EVT_MASK) == MSG_HC_TO_STACK_HCI_ISO, in dispatch_reassembled()