Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c408 if (adv_mode == BTM_BLE_ADV_ENABLE) { in BTM_BleUpdateAdvFilterPolicy()
1506 if (adv_mode == BTM_BLE_ADV_ENABLE) { in BTM_BleSetAdvParams()
2589 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()
2619 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
2644 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
2651 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
2688 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()
2715 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
2739 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
2746 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
[all …]
Dbtm_ble_privacy.c686 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()
Dbtm_ble.c2858 if (adv_mode == BTM_BLE_ADV_ENABLE) {
2865 if (adv_mode == BTM_BLE_ADV_ENABLE) {
2866 btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_ENABLE);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h47 #define BTM_BLE_ADV_ENABLE 0x01 macro