Home
last modified time | relevance | path

Searched refs:tBTM_BLE_EXT_ADV_REPORT (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h537 void btm_ble_ext_adv_report_evt(tBTM_BLE_EXT_ADV_REPORT *params);
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1222 } tBTM_BLE_EXT_ADV_REPORT; typedef
1337 tBTM_BLE_EXT_ADV_REPORT ext_adv_report;
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c1252 void btm_ble_ext_adv_report_evt(tBTM_BLE_EXT_ADV_REPORT *params) in btm_ble_ext_adv_report_evt()
1261 memcpy(&cb_params.ext_adv_report, params, sizeof(tBTM_BLE_EXT_ADV_REPORT)); in btm_ble_ext_adv_report_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c2157 tBTM_BLE_EXT_ADV_REPORT ext_adv_report = {0}; in btu_ble_ext_adv_report_evt()