Searched refs:MSG_EVT_MASK (Results 1 - 5 of 5) sorted by relevance

/system/bt/hci/include/
H A Dbt_hci_bdroid.h66 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
H A Dhci_layer.h35 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
/system/bt/hci/src/
H A Dpacket_fragmenter.c68 uint16_t event = packet->event & MSG_EVT_MASK;
123 if ((packet->event & MSG_EVT_MASK) == MSG_HC_TO_STACK_HCI_ACL) {
H A Dbtsnoop.c110 switch (buffer->event & MSG_EVT_MASK) {
H A Dhci_layer.c484 uint16_t event = packet->event & MSG_EVT_MASK;
501 data_dispatcher_dispatch(interface.event_dispatcher, packet->event & MSG_EVT_MASK, packet);
696 assert((packet->event & MSG_EVT_MASK) != MSG_HC_TO_STACK_HCI_EVT);

Completed in 60 milliseconds