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_int_types.h31 #define BTM_BLE_ADV_ENABLE 0x01 macro
102 void enable_advertising_mode() { adv_mode = BTM_BLE_ADV_ENABLE; } in enable_advertising_mode()
105 return (adv_mode == BTM_BLE_ADV_ENABLE); in is_advertising_mode_enabled()
Dbtm_ble_gap.cc1042 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()
1073 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1090 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1096 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1132 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()
1159 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
1175 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()
1181 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
2244 btsnd_hcic_ble_set_adv_enable(BTM_BLE_ADV_ENABLE); in btm_ble_start_adv()
2245 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()
[all …]
Dbtm_ble.cc2071 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()
2082 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()
2083 btsnd_hcic_ble_set_adv_enable(BTM_BLE_ADV_ENABLE); in btm_ble_set_random_address()
Dbtm_ble_privacy.cc528 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()