Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dbt_hci_bdroid.h66 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
Dhci_layer.h35 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
/system/bt/hci/src/
Dpacket_fragmenter.c69 uint16_t event = packet->event & MSG_EVT_MASK; in fragment_and_dispatch()
128 if ((packet->event & MSG_EVT_MASK) == MSG_HC_TO_STACK_HCI_ACL) { in reassemble_and_dispatch()
Dbtsnoop.c111 switch (buffer->event & MSG_EVT_MASK) { in capture()
Dhci_layer.c504 uint16_t event = packet->event & MSG_EVT_MASK; in transmit_fragment()
521 data_dispatcher_dispatch(interface.event_dispatcher, packet->event & MSG_EVT_MASK, packet); in fragmenter_transmit_finished()
722 assert((packet->event & MSG_EVT_MASK) != MSG_HC_TO_STACK_HCI_EVT); in dispatch_reassembled()