Searched refs:adv_mode (Results 1 – 5 of 5) sorted by relevance
1023 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) { in btm_ble_set_discoverability()1030 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1110 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) { in btm_ble_set_connectability()1117 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()2158 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()2175 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_stop_adv()2179 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_stop_adv()2204 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_start_slow_adv()2301 p_cb->adv_mode = !p_cb->adv_mode; in btm_ble_write_adv_enable_complete()2315 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_dir_adv_tout()[all …]
136 uint8_t adv_mode; member
214 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_conn_complete()
2240 bool adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode; in btm_ble_set_random_address() local2244 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()2252 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()