Home
last modified time | relevance | path

Searched refs:adv_mode (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_gap.cc1023 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 …]
Dbtm_ble_int_types.h136 uint8_t adv_mode; member
Dbtm_ble_connection_establishment.cc214 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_conn_complete()
Dbtm_ble.cc2240 bool adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode; in btm_ble_set_random_address() local
2244 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()
Dbtm_ble_privacy.cc519 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()