ESP-IDF
bt_mesh_subnet_find_with_snb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_subnet_find_with_snb()
bt_mesh_subnet_find_with_snb() function
Syntax
Show:
Summary
Declaration
Definition
from
net.h:451
struct
bt_mesh_subnet
*
bt_mesh_subnet_find_with_snb
(
const
uint8_t
net_id
[
8
]
,
uint8_t
flags
,
uint32_t
iv_index
,
const
uint8_t
auth
[
8
]
,
bool
*
new_key
)
;
Implemented in
net.c:1246
Arguments
Argument
net_id
flags
iv_index
auth
new_key
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_subnet
*
bt_mesh_subnet_find_with_snb
(
const
uint8_t
net_id
[
8
]
,
uint8_t
flags
,
net.c:1246
struct
bt_mesh_subnet
*
bt_mesh_subnet_find_with_snb
(
const
uint8_t
net_id
[
8
]
,
uint8_t
flags
,
net.h:451
sub
=
bt_mesh_subnet_find_with_snb
(
net_id
,
flags
,
iv_index
,
auth
,
&
new_key
)
;
beacon.c:390
secure_beacon_recv()
Call Tree
from
examples
bt_mesh_subnet_find_with_snb()
is called by 1 function and calls 3 functions:
secure_beacon_recv()
All items filtered out
bt_mesh_subnet_find_with_snb()
bt_mesh_rx_netkey_size()
bt_mesh_rx_netkey_get()
auth_match()
All items filtered out
Data Use
from
examples
bt_mesh_subnet_find_with_snb()
reads 3 variables:
bt_mesh_subnet::net_idx
bt_mesh_subnet::kr_phase
bt_mesh_subnet::keys
All items filtered out
bt_mesh_subnet_find_with_snb()
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