Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c282 if (adv_mode == BTM_BLE_ADV_ENABLE) in BTM_BleUpdateAdvFilterPolicy()
922 if (adv_mode == BTM_BLE_ADV_ENABLE) in BTM_BleSetAdvParams()
1516 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()
1546 if (new_mode == BTM_BLE_ADV_ENABLE && in btm_ble_set_discoverability()
1572 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1577 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1612 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()
1662 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()
1667 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()
2757 if (btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_ENABLE)) in btm_ble_start_adv()
[all …]
Dbtm_ble_int.h45 #define BTM_BLE_ADV_ENABLE 0x01 macro
Dbtm_ble.c2328 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_set_random_address()
2334 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_set_random_address()
2335 btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_ENABLE); in btm_set_random_address()