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.cc365 uint8_t adv_mode = p_cb->adv_mode; in BTM_BleUpdateAdvFilterPolicy() local
389 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 …]
Dbtm_ble_int_types.h139 uint8_t adv_mode; member
Dbtm_ble_connection_establishment.cc213 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_conn_complete()
Dbtm_ble.cc2343 bool adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode; in btm_ble_set_random_address() local
2347 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()
Dbtm_ble_privacy.cc519 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()