Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_gap.cc362 uint8_t adv_mode = p_cb->adv_mode; in BTM_BleUpdateAdvFilterPolicy() local
386 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv(); in BTM_BleUpdateAdvFilterPolicy()
899 uint8_t adv_mode = p_cb->adv_mode; in BTM_BleSetAdvParams() local
929 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv(); in BTM_BleSetAdvParams()
1215 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) { in btm_ble_set_discoverability()
1222 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1302 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) { in btm_ble_set_connectability()
1309 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
2330 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()
2347 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_stop_adv()
[all …]
Dbtm_ble_int_types.h146 uint8_t adv_mode; member
Dbtm_ble.cc1989 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_conn_complete()
2523 bool adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode; in btm_ble_set_random_address() local
2532 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()
2540 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()
Dbtm_ble_privacy.cc525 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()