Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c74 uint16_t event = packet->event & MSG_EVT_MASK; in fragment_and_dispatch()
140 if ((packet->event & MSG_EVT_MASK) == MSG_HC_TO_STACK_HCI_ACL) { in reassemble_and_dispatch()
Dhci_layer.c343 uint16_t event = packet->event & MSG_EVT_MASK; in transmit_fragment()
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h31 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */ macro