Searched refs:adv_mode (Results 1 – 5 of 5) sorted by relevance
365 uint8_t adv_mode = p_cb->adv_mode; in BTM_BleUpdateAdvFilterPolicy() local389 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv(); in BTM_BleUpdateAdvFilterPolicy()1111 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) { in btm_ble_set_discoverability()1118 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1198 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) { in btm_ble_set_connectability()1205 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()2227 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()2244 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_stop_adv()2248 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_stop_adv()2273 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_start_slow_adv()[all …]
139 uint8_t adv_mode; member
213 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_conn_complete()
2343 bool adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode; in btm_ble_set_random_address() local2347 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()2355 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()
519 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()