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.c286 if (adv_mode == BTM_BLE_ADV_ENABLE) in BTM_BleUpdateAdvFilterPolicy()
1069 if (adv_mode == BTM_BLE_ADV_ENABLE) in BTM_BleSetAdvParams()
1744 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()
1772 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1803 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1809 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1850 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()
1875 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()
1905 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()
1911 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()
[all …]
Dbtm_ble_int.h45 #define BTM_BLE_ADV_ENABLE 0x01 macro
Dbtm_ble.c2642 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_set_random_address()
2648 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_set_random_address()
2649 btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_ENABLE); in btm_set_random_address()
Dbtm_ble_privacy.c592 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_suspend_resolving_list_activity()