ESP-IDF
bt_mesh_beacon_auth()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_beacon_auth()
bt_mesh_beacon_auth() function
Syntax
Show:
Summary
Declaration
from
crypto.h:79
int
bt_mesh_beacon_auth
(
const
uint8_t
beacon_key
[
16
]
,
uint8_t
flags
,
const
uint8_t
net_id
[
8
]
,
uint32_t
iv_index
,
uint8_t
auth
[
8
]
)
;
Arguments
Argument
beacon_key
flags
net_id
iv_index
auth
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_beacon_auth
(
const
uint8_t
beacon_key
[
16
]
,
uint8_t
flags
,
crypto.c:582
int
bt_mesh_beacon_auth
(
const
uint8_t
beacon_key
[
16
]
,
uint8_t
flags
,
crypto.h:79
int
bt_mesh_beacon_auth
(
const
uint8_t
beacon_key
[
16
]
,
uint8_t
flags
,
crypto.h:72
bt_mesh_beacon_auth
(
keys
->
beacon
,
params
->
flags
,
keys
->
net_id
,
beacon.c:276
auth_match()
err
=
bt_mesh_beacon_auth
(
keys
->
beacon
,
flags
,
keys
->
net_id
,
beacon.c:410
bt_mesh_beacon_update()
Call Tree
from
examples
bt_mesh_beacon_auth()
is called by 2 functions and calls 3 functions:
auth_match()
bt_mesh_beacon_update()
All items filtered out
bt_mesh_beacon_auth()
put_be32()
bt_mesh_aes_cmac_one()
bt_hex()
All items filtered out
Data Use
from
examples
bt_mesh_beacon_auth()
:
All items filtered out
bt_mesh_beacon_auth()
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