ESP-IDF
+
0
/1 examples
SourceVu will show references to
blufi_recv_softap_passwd_evt_param::passwd_len
from the following samples and libraries:
blufi sample
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
blufi_recv_softap_passwd_evt_param::passwd_len
blufi_recv_softap_passwd_evt_param::passwd_len field
Password Length
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:206
int
passwd_len
;
Examples
blufi_recv_softap_passwd_evt_param::passwd_len
is referenced by 1 libraries and example projects:
blufi sample
References
from
0/1
examples
Code
Location
Referrer
int
passwd_len
;
/*!< Password Length */
esp_blufi_api.h:206
dst
->
softap_passwd
.
passwd
=
osi_malloc
(
src
->
softap_passwd
.
passwd_len
)
;
blufi_prf.c:498
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
softap_passwd
.
passwd
,
src
->
softap_passwd
.
passwd
,
src
->
softap_passwd
.
passwd_len
)
;
blufi_prf.c:502
btc_blufi_cb_deep_copy()
param
.
softap_passwd
.
passwd_len
=
len
;
blufi_protocol.c:153
btc_blufi_protocol_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
blufi_recv_softap_passwd_evt_param::passwd_len
is written by 1 function and is read by 1 function:
btc_blufi_protocol_handler()
All items filtered out
blufi_recv_softap_passwd_evt_param::passwd_len
btc_blufi_cb_deep_copy()
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