Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h538 void btm_ble_scan_req_received_evt(tBTM_BLE_SCAN_REQ_RECEIVED *params);
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1235 } tBTM_BLE_SCAN_REQ_RECEIVED; typedef
1339 tBTM_BLE_SCAN_REQ_RECEIVED scan_req;
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c1270 void btm_ble_scan_req_received_evt(tBTM_BLE_SCAN_REQ_RECEIVED *params) in btm_ble_scan_req_received_evt()
1279 memcpy(&cb_params.scan_req, params, sizeof(tBTM_BLE_SCAN_REQ_RECEIVED)); in btm_ble_scan_req_received_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c2335 tBTM_BLE_SCAN_REQ_RECEIVED req_received = {0}; in btu_ble_scan_req_received_evt()