Home
last modified time | relevance | path

Searched refs:hci_evt_code (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c180 UINT8 hci_evt_code, hci_evt_len; in btu_hcif_process_event() local
184 STREAM_TO_UINT8 (hci_evt_code, p); in btu_hcif_process_event()
187 switch (hci_evt_code) { in btu_hcif_process_event()
354 HCI_TRACE_DEBUG("BLE HCI(id=%d) event = 0x%02x)", hci_evt_code, ble_sub_code); in btu_hcif_process_event()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c3515 UINT8 hci_evt_code, hci_evt_len; in btm_adv_pkt_handler() local
3529 STREAM_TO_UINT8 (hci_evt_code, p); in btm_adv_pkt_handler()
3552 UNUSED(hci_evt_code); in btm_adv_pkt_handler()