Home
last modified time | relevance | path

Searched refs:ADV_CHNL_ALL (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c69 .channel_map = ADV_CHNL_ALL,
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h281 ADV_CHNL_ALL = 0x07, enumerator
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c489 …if((ble_adv_params->channel_map | ADV_CHNL_ALL) != ADV_CHNL_ALL || ble_adv_params->channel_map == … in btc_ble_start_advertising()