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.h68 extern tBTM_STATUS btm_ble_start_adv(void);
Dbtm_ble_gap.cc1025 status = btm_ble_start_adv(); in btm_ble_set_discoverability()
1112 status = btm_ble_start_adv(); in btm_ble_set_connectability()
2142 tBTM_STATUS btm_ble_start_adv(void) { in btm_ble_start_adv() function
2220 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()