Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c80 if (event != MSG_STACK_TO_HC_HCI_ACL) { in fragment_and_dispatch()
91 …t->len > max_packet_size) && (packet->layer_specific == 0) && (event == MSG_STACK_TO_HC_HCI_ACL)) { in fragment_and_dispatch()
Dhci_layer.c521 if (event == MSG_STACK_TO_HC_HCI_ACL) { in event_to_data_type()
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h42 #define MSG_STACK_TO_HC_HCI_ACL 0x2100 /* eq. BT_EVT_TO_LM_HCI_ACL */ macro