Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c69 .channel_map = ADV_CHNL_ALL,
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h304 ADV_CHNL_ALL = 0x07, enumerator
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c543 …if((ble_adv_params->channel_map | ADV_CHNL_ALL) != ADV_CHNL_ALL || ble_adv_params->channel_map == … in btc_ble_start_advertising()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1147 …n <= params->interval_max) && (params->channel_map > 0) && (params->channel_map <= ADV_CHNL_ALL) && in esp_ble_gap_ext_adv_set_params()