Home
last modified time | relevance | path

Searched refs:btm_ble_start_adv (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_int.h71 extern tBTM_STATUS btm_ble_start_adv(void);
Dbtm_ble_gap.cc389 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv(); in BTM_BleUpdateAdvFilterPolicy()
1113 status = btm_ble_start_adv(); in btm_ble_set_discoverability()
1200 status = btm_ble_start_adv(); in btm_ble_set_connectability()
2211 tBTM_STATUS btm_ble_start_adv(void) { in btm_ble_start_adv() function
2289 btm_ble_start_adv(); in btm_ble_start_slow_adv()
Dbtm_ble_privacy.cc556 if (p_ble_cb->suspended_rl_state & BTM_BLE_RL_ADV) btm_ble_start_adv(); in btm_ble_resume_resolving_list_activity()