ESP-IDF
bt_mesh_secure_beacon_auth()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_secure_beacon_auth()
bt_mesh_secure_beacon_auth() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:83
int
bt_mesh_secure_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
]
)
;
Implemented in
crypto.c:873
Arguments
Argument
beacon_key
flags
net_id
iv_index
auth
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_secure_beacon_auth
(
const
uint8_t
beacon_key
[
16
]
,
uint8_t
flags
,
crypto.c:873
int
bt_mesh_secure_beacon_auth
(
const
uint8_t
beacon_key
[
16
]
,
uint8_t
flags
,
crypto.h:83
return
bt_mesh_secure_beacon_auth
(
keys
->
beacon
,
flags
,
keys
->
net_id
,
net.c:478
bt_mesh_net_secure_beacon_update()
bt_mesh_secure_beacon_auth
(
keys
->
beacon
,
flags
,
keys
->
net_id
,
iv_index
,
net.c:1234
auth_match()
Call Tree
from
examples
bt_mesh_secure_beacon_auth()
is called by 2 functions and calls 5 functions:
bt_mesh_net_secure_beacon_update()
auth_match()
All items filtered out
bt_mesh_secure_beacon_auth()
esp_log_timestamp()
esp_log_write()
sys_put_be32()
bt_hex()
bt_mesh_aes_cmac_one()
All items filtered out
Data Use
from
examples
bt_mesh_secure_beacon_auth()
reads 1 variable:
esp_log_level_t::ESP_LOG_DEBUG
All items filtered out
bt_mesh_secure_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