ESP-IDF
friend_cred
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
friend_cred
friend_cred struct
Syntax
Show:
Summary
Declaration
from
net.h:485
struct
friend_cred
{
uint16_t
net_idx
;
uint16_t
addr
;
uint16_t
lpn_counter
;
uint16_t
frnd_counter
;
struct
{
uint8_t
nid
;
uint8_t
enc
[
16
]
;
uint8_t
privacy
[
16
]
;
}
cred
[
2
]
;
}
;
Fields
Field
Declared as
friend_cred::net_idx
uint16_t
friend_cred::addr
uint16_t
friend_cred::lpn_counter
uint16_t
friend_cred::frnd_counter
uint16_t
friend_cred::cred
struct
{
uint8_t
nid
;
uint8_t
enc
[
16
]
;
uint8_t
privacy
[
16
]
;
}
[
2
]
Related Functions
Found 2 other functions taking a
friend_cred
argument:
Function
friend_cred_set()
friend_cred_clear()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
friend_cred
{
net.h:485
int
friend_cred_set
(
struct
friend_cred
*
cred
,
uint8_t
idx
,
const
uint8_t
net_key
[
16
]
)
;
net.h:501
friend_cred_set()
friend_cred_set()::cred
struct
friend_cred
*
friend_cred_create
(
struct
bt_mesh_subnet
*
sub
,
uint16_t
addr
,
net.h:504
friend_cred_create()
void
friend_cred_clear
(
struct
friend_cred
*
cred
)
;
net.h:506
friend_cred_clear()
friend_cred_clear()::cred
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
friend_cred_set()::cred
friend_cred_set()
net.h:501
return
friend_cred_create()
net.h:504
friend_cred_clear()::cred
friend_cred_clear()
net.h:506
Lifecycle
from
examples
All items filtered out
All items filtered out