Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c36 #define HCI_BLE_EVENT 0x3e macro
197 if(packet->data[0] == DATA_TYPE_EVENT && packet->data[1] == HCI_BLE_EVENT) { in host_recv_adv_packet()
246 if (type == HCI_BLE_EVENT) { in hci_hal_h4_hdl_rx_packet()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c348 case HCI_BLE_EVENT: in btu_hcif_process_event()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h781 #define HCI_BLE_EVENT 0x3e macro