Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c17 tBTM_BLE_5_HCI_CBACK ble_5_hci_cb; variable
205 ble_5_hci_cb = cb; in BTM_BleGapRegisterCallback()
216 if (ble_5_hci_cb) { in BTM_ExtBleCallbackTrigger()
217 ble_5_hci_cb(event, params); in BTM_ExtBleCallbackTrigger()
230 if (ble_5_hci_cb) { in BTM_BleReadPhy()
231 ble_5_hci_cb(BTM_BLE_5_GAP_READ_PHY_COMPLETE_EVT, &cb_params); in BTM_BleReadPhy()
271 if (ble_5_hci_cb) { in BTM_BleSetPreferPhy()
272 ble_5_hci_cb(BTM_BLE_5_GAP_SET_PREFERED_PHY_COMPLETE_EVT, &cb_params); in BTM_BleSetPreferPhy()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1648 extern tBTM_BLE_5_HCI_CBACK ble_5_hci_cb;