Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2589 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_discoverability()
2688 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_connectability()
4086 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_start_adv()
4122 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_stop_adv()
4129 if (btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_DISABLE)) { in btm_ble_stop_adv()
4158 if (btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_DISABLE)) { in btm_ble_set_random_addr()
4380 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_dir_adv_tout()
4460 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_update_link_topology_mask()
4482 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_update_mode_operation()
4538 p_cb->inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_init()
Dbtm_ble.c2115 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE;
2849 btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_DISABLE);
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h48 #define BTM_BLE_ADV_DISABLE 0x00 macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c306 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in l2cble_notify_le_connection()