Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c277 BLE_MESH_BTM_CHECK_STATUS(BTM_BleScan(true, 0, bt_mesh_scan_results_cb, NULL, NULL)); in start_le_scan()
509 BLE_MESH_BTM_CHECK_STATUS(BTM_BleScan(false, 0, NULL, NULL, NULL)); in bt_le_scan_stop()
1221 BLE_MESH_BTM_CHECK_STATUS(BTM_BleScan(false, 0, NULL, NULL, NULL)); in bt_mesh_gattc_conn_create()
1638 tBTM_STATUS status = BTM_BleScan(true, 0, bt_mesh_scan_results_cb, NULL, NULL); in bt_mesh_bta_gattc_cb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1764 tBTM_STATUS BTM_BleScan(BOOLEAN start, UINT32 duration,
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5314 if ((status = BTM_BleScan(TRUE, p_data->ble_scan.duration, in bta_dm_ble_scan()
5325 status = BTM_BleScan(FALSE, 0, NULL, NULL, NULL); in bta_dm_ble_scan()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c551 tBTM_STATUS BTM_BleScan(BOOLEAN start, UINT32 duration, in BTM_BleScan() function