Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_gap.cc386 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv(); in BTM_BleUpdateAdvFilterPolicy()
931 if (adv_mode == BTM_BLE_ADV_ENABLE) btm_ble_start_adv(); in BTM_BleSetAdvParams()
1170 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()
1201 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1218 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1224 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1262 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()
1289 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
1305 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()
1311 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
[all …]
Dbtm_ble_int_types.h29 #define BTM_BLE_ADV_ENABLE 0x01 macro
Dbtm_ble_privacy.cc525 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()
Dbtm_ble.cc2551 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()
2559 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()
2560 btsnd_hcic_ble_set_adv_enable(BTM_BLE_ADV_ENABLE); in btm_ble_set_random_address()