blufi sample
softap_get_current_connection_number()
is only used within blufi sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
blufi sample
softap_get_current_connection_number()
softap_get_current_connection_number() function
Syntax
Show:
Summary
Declaration
from
blufi_example_main.c:121
static
int
softap_get_current_connection_number
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
int
softap_get_current_connection_number
(
void
)
blufi_example_main.c:121
esp_blufi_send_wifi_conn_report
(
mode
,
ESP_BLUFI_STA_CONN_SUCCESS
,
softap_get_current_connection_number
(
)
,
&
info
)
;
blufi_example_main.c:152
ip_event_handler()
esp_blufi_send_wifi_conn_report
(
mode
,
gl_sta_got_ip
?
ESP_BLUFI_STA_CONN_SUCCESS
:
ESP_BLUFI_STA_NO_IP
,
softap_get_current_connection_number
(
)
,
&
info
)
;
blufi_example_main.c:211
wifi_event_handler()
esp_blufi_send_wifi_conn_report
(
mode
,
ESP_BLUFI_STA_CONNECTING
,
softap_get_current_connection_number
(
)
,
&
gl_sta_conn_info
)
;
blufi_example_main.c:213
wifi_event_handler()
esp_blufi_send_wifi_conn_report
(
mode
,
ESP_BLUFI_STA_CONN_FAIL
,
softap_get_current_connection_number
(
)
,
&
gl_sta_conn_info
)
;
blufi_example_main.c:215
wifi_event_handler()
esp_blufi_send_wifi_conn_report
(
mode
,
gl_sta_got_ip
?
ESP_BLUFI_STA_CONN_SUCCESS
:
ESP_BLUFI_STA_NO_IP
,
softap_get_current_connection_number
(
)
,
&
info
)
;
blufi_example_main.c:361
example_event_callback()
esp_blufi_send_wifi_conn_report
(
mode
,
ESP_BLUFI_STA_CONNECTING
,
softap_get_current_connection_number
(
)
,
&
gl_sta_conn_info
)
;
blufi_example_main.c:363
example_event_callback()
esp_blufi_send_wifi_conn_report
(
mode
,
ESP_BLUFI_STA_CONN_FAIL
,
softap_get_current_connection_number
(
)
,
&
gl_sta_conn_info
)
;
blufi_example_main.c:365
example_event_callback()
Call Tree
from
examples
softap_get_current_connection_number()
is called by 3 functions and calls 1 function:
ip_event_handler()
wifi_event_handler()
example_event_callback()
All items filtered out
softap_get_current_connection_number()
esp_wifi_ap_get_sta_list()
All items filtered out
Data Use
from
examples
softap_get_current_connection_number()
reads 2 variables:
wifi_sta_list_t::num
gl_sta_list
All items filtered out
softap_get_current_connection_number()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out