Home
last modified time | relevance | path

Searched refs:adv_mode (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c372 UINT8 adv_mode = p_cb->adv_mode; in BTM_BleUpdateAdvFilterPolicy() local
408 if (adv_mode == BTM_BLE_ADV_ENABLE) { in BTM_BleUpdateAdvFilterPolicy()
1468 UINT8 adv_mode = p_cb->adv_mode; in BTM_BleSetAdvParams() local
1506 if (adv_mode == BTM_BLE_ADV_ENABLE) { in BTM_BleSetAdvParams()
2643 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) { in btm_ble_set_discoverability()
2651 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
2738 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) { in btm_ble_set_connectability()
2746 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
4105 UINT8 adv_mode = p_cb->adv_mode; in btm_ble_start_adv() local
4106 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()
[all …]
Dbtm_ble.c2115 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE;
2854 BOOLEAN adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode ; local
2858 if (adv_mode == BTM_BLE_ADV_ENABLE) {
2865 if (adv_mode == BTM_BLE_ADV_ENABLE) {
Dbtm_ble_privacy.c686 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h165 UINT8 adv_mode; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c306 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in l2cble_notify_le_connection()