Home
last modified time | relevance | path

Searched refs:MSG_EVT_MASK (Results 1 – 7 of 7) 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.cc149 uint16_t event = packet->event & MSG_EVT_MASK; in hci_transmit()
150 switch (event & MSG_EVT_MASK) { in hci_transmit()
Dpacket_fragmenter.cc63 uint16_t event = packet->event & MSG_EVT_MASK; in fragment_and_dispatch()
123 if ((packet->event & MSG_EVT_MASK) == MSG_HC_TO_STACK_HCI_ACL) { 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.cc415 (packet->event & MSG_EVT_MASK) != MSG_STACK_TO_HC_HCI_CMD && in transmit_fragment()
652 CHECK((packet->event & MSG_EVT_MASK) != MSG_HC_TO_STACK_HCI_EVT); in dispatch_reassembled()
Dbtsnoop.cc269 switch (buffer->event & MSG_EVT_MASK) { in capture()