Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/common/api/include/api/
Desp_blufi_api.h106 uint8_t softap_channel; /*!< channel of softap interface */ member
227 …} softap_channel; /*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_SO… member
/hal_espressif-3.6.0/examples/bluetooth/blufi/main/
Dblufi_example_main.c316 if (param->softap_channel.channel > 13) { in example_event_callback()
319 ap_config.ap.channel = param->softap_channel.channel; in example_event_callback()
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c322 *p++ = info->softap_channel; in btc_blufi_wifi_conn_report()
714 dst->wifi_conn_report.extra_info->softap_channel = src_info->softap_channel; in btc_blufi_call_deep_copy()
Dblufi_protocol.c186 param.softap_channel.channel = data[0]; in btc_blufi_protocol_handler()