Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble_batchscan.cc71 void btm_ble_batchscan_init(void) { mock_function_count_map[__func__]++; } in btm_ble_batchscan_init() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int.h129 extern void btm_ble_batchscan_init(void);
Dbtm_ble_batchscan.cc579 void btm_ble_batchscan_init(void) { in btm_ble_batchscan_init() function
Dbtm_ble_gap.cc69 extern void btm_ble_batchscan_init(void);
715 if (btm_cb.cmn_ble_vsc_cb.tot_scan_results_strg > 0) btm_ble_batchscan_init(); in btm_ble_vendor_capability_vsc_cmpl_cback()