Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c71 static bt_mesh_scan_cb_t *bt_mesh_scan_dev_found_cb; variable
421 if (bt_mesh_scan_dev_found_cb) { in disc_cb()
422bt_mesh_scan_dev_found_cb((bt_mesh_addr_t *)&desc->addr, desc->rssi, desc->event_type, &buf); in disc_cb()
996 bt_mesh_scan_dev_found_cb = cb; in bt_le_scan_start()
1011 bt_mesh_scan_dev_found_cb = NULL; in bt_le_scan_stop()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c54 static bt_mesh_scan_cb_t *bt_mesh_scan_dev_found_cb; variable
304 if (bt_mesh_scan_dev_found_cb) { in bt_mesh_scan_result_callback()
305bt_mesh_scan_dev_found_cb(&addr, p_data->inq_res.rssi, p_data->inq_res.ble_evt_type, &buf); in bt_mesh_scan_result_callback()
497 bt_mesh_scan_dev_found_cb = cb; in bt_le_scan_start()
512 bt_mesh_scan_dev_found_cb = NULL; in bt_le_scan_stop()