Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c4109 if (btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_ENABLE)) { in btm_ble_start_adv()
4157 if (btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_DISABLE)) { in btm_ble_stop_adv()
4186 if (btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_DISABLE)) { in btm_ble_set_random_addr()
4208 if (btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_ENABLE)) { in btm_ble_set_random_addr()
Dbtm_ble.c2859 btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_DISABLE);
2866 btsnd_hcic_ble_set_adv_enable (BTM_BLE_ADV_ENABLE);
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h820 BOOLEAN btsnd_hcic_ble_set_adv_enable (UINT8 adv_enable);
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c240 BOOLEAN btsnd_hcic_ble_set_adv_enable (UINT8 adv_enable) in btsnd_hcic_ble_set_adv_enable() function