Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_int.h56 extern void btm_ble_stop_scan(void);
59 extern void btm_ble_stop_scan();
Dbtm_ble_gap.cc2085 void btm_ble_stop_scan(void) { in btm_ble_stop_scan() function
2120 btm_ble_stop_scan(); in btm_ble_stop_inquiry()
2124 btm_ble_stop_scan(); in btm_ble_stop_inquiry()
2156 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) btm_ble_stop_scan(); in btm_ble_stop_observe()
Dbtm_ble_privacy.cc532 btm_ble_stop_scan(); in btm_ble_suspend_resolving_list_activity()
Dbtm_ble.cc2349 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) btm_ble_stop_scan(); in btm_ble_set_random_address()