Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2559 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_discoverability()
2658 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_connectability()
4008 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_start_adv()
4044 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_stop_adv()
4051 if (btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_DISABLE)) { in btm_ble_stop_adv()
4246 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_dir_adv_tout()
4326 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_update_link_topology_mask()
4348 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_update_mode_operation()
4404 p_cb->inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_init()
Dbtm_ble.c2047 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE;
2769 btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_DISABLE);
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h46 #define BTM_BLE_ADV_DISABLE 0x00 macro
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c270 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in l2cble_notify_le_connection()