Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dbt_hci_bdroid.h52 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
Dhci_layer.h36 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
/system/bt/hci/src/
Dhci_layer_android.cc211 uint16_t event = packet->event & MSG_EVT_MASK; in hci_transmit()
212 switch (event & MSG_EVT_MASK) { in hci_transmit()
Dpacket_fragmenter.cc75 uint16_t event = packet->event & MSG_EVT_MASK; in fragment_and_dispatch()
362 if ((packet->event & MSG_EVT_MASK) == MSG_HC_TO_STACK_HCI_ACL) { in reassemble_and_dispatch()
486 } else if ((packet->event & MSG_EVT_MASK) == MSG_HC_TO_STACK_HCI_ISO) { in reassemble_and_dispatch()
Dhci_layer_linux.cc252 uint16_t event = packet->event & MSG_EVT_MASK; in hci_transmit()
253 switch (event & MSG_EVT_MASK) { in hci_transmit()
Dhci_layer.cc448 (packet->event & MSG_EVT_MASK) != MSG_STACK_TO_HC_HCI_CMD && in transmit_fragment()
763 CHECK((packet->event & MSG_EVT_MASK) != MSG_HC_TO_STACK_HCI_EVT); in dispatch_reassembled()
Dbtsnoop.cc271 switch (buffer->event & MSG_EVT_MASK) { in capture()
/system/bt/main/shim/
Dhci_layer.cc668 (packet->event & MSG_EVT_MASK) != MSG_STACK_TO_HC_HCI_CMD && in transmit_fragment()
684 CHECK((packet->event & MSG_EVT_MASK) != MSG_HC_TO_STACK_HCI_EVT); in dispatch_reassembled()