Searched refs:MSG_EVT_MASK (Results 1 – 5 of 5) sorted by relevance
66 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
35 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro
69 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()
111 switch (buffer->event & MSG_EVT_MASK) { in capture()
504 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()