Searched refs:ble_5_hci_cb (Results 1 – 2 of 2) sorted by relevance
17 tBTM_BLE_5_HCI_CBACK ble_5_hci_cb; variable205 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()
1648 extern tBTM_BLE_5_HCI_CBACK ble_5_hci_cb;