Searched refs:bt_mesh_scan_results_cb (Results 1 – 1 of 1) sorted by relevance
174 static void bt_mesh_scan_results_cb(tBTM_INQ_RESULTS *p_inq, uint8_t *p_eir) in bt_mesh_scan_results_cb() function277 BLE_MESH_BTM_CHECK_STATUS(BTM_BleScan(true, 0, bt_mesh_scan_results_cb, NULL, NULL)); in start_le_scan()1638 tBTM_STATUS status = BTM_BleScan(true, 0, bt_mesh_scan_results_cb, NULL, NULL); in bt_mesh_bta_gattc_cb()