Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h33 #define BTM_BLE_ADV_ENABLE 0x01 macro
102 void enable_advertising_mode() { adv_mode = BTM_BLE_ADV_ENABLE; } in enable_advertising_mode()
104 bool is_advertising_mode_enabled() const { return adv_mode == BTM_BLE_ADV_ENABLE; } in is_advertising_mode_enabled()
Dbtm_ble_gap.cc1304 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()
1335 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1353 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1360 if (btm_cb.ble_ctr_cb.inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1391 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()
1418 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
1435 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
1442 if (btm_cb.ble_ctr_cb.inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
2457 btsnd_hcic_ble_set_adv_enable(BTM_BLE_ADV_ENABLE); in btm_ble_start_adv()
2458 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()
[all …]