ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_blufi_cb_param_t::sta_ssid
from the following samples and libraries:
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
ESP-IDF
esp_blufi_cb_param_t::sta_ssid
esp_blufi_cb_param_t::sta_ssid field
ESP_BLUFI_EVENT_RECV_STA_SSID Blufi callback param of ESP_BLUFI_EVENT_RECV_STA_SSID
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:178
struct
blufi_recv_sta_ssid_evt_param
{
uint8_t
*
ssid
;
int
ssid_len
;
}
sta_ssid
;
Examples
esp_blufi_cb_param_t::sta_ssid
is referenced by 1 libraries and example projects:
blufi sample
References
from
0/1
examples
Code
Location
Referrer
}
sta_ssid
;
/*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_STA_SSID */
esp_blufi_api.h:181
dst
->
sta_ssid
.
ssid
=
osi_malloc
(
src
->
sta_ssid
.
ssid_len
)
;
blufi_prf.c:477
btc_blufi_cb_deep_copy()
if
(
dst
->
sta_ssid
.
ssid
==
NULL
)
{
blufi_prf.c:478
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
sta_ssid
.
ssid
,
src
->
sta_ssid
.
ssid
,
src
->
sta_ssid
.
ssid_len
)
;
blufi_prf.c:481
btc_blufi_cb_deep_copy()
osi_free
(
param
->
sta_ssid
.
ssid
)
;
blufi_prf.c:565
btc_blufi_cb_deep_free()
param
.
sta_ssid
.
ssid
=
&
data
[
0
]
;
blufi_protocol.c:125
btc_blufi_protocol_handler()
param
.
sta_ssid
.
ssid_len
=
len
;
blufi_protocol.c:126
btc_blufi_protocol_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_blufi_cb_param_t::sta_ssid
is read by 3 functions:
All items filtered out
esp_blufi_cb_param_t::sta_ssid
btc_blufi_cb_deep_copy()
btc_blufi_cb_deep_free()
btc_blufi_protocol_handler()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out