ESP-IDF
auth_match()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
auth_match()
auth_match() function
Syntax
Show:
Summary
Declaration
from
beacon.c:267
static
bool
auth_match
(
struct
bt_mesh_subnet_keys
*
keys
,
const
struct
beacon_params
*
params
)
;
Arguments
Argument
keys
params
Related Functions
Found 3 other functions taking a
bt_mesh_subnet_keys
argument:
Function
bt_mesh_net_keys_create()
net_keys_create()
auth_match()
Examples
References
from
examples
Code
Location
Referrer
static
bool
auth_match
(
struct
bt_mesh_subnet_keys
*
keys
,
beacon.c:267
if
(
sub
->
keys
[
i
]
.
valid
&&
auth_match
(
&
sub
->
keys
[
i
]
,
params
)
)
{
beacon.c:293
subnet_by_id()
Call Tree
from
examples
auth_match()
is called by 1 function and calls 4 functions:
subnet_by_id()
All items filtered out
auth_match()
esp_log_timestamp()
esp_log_write()
bt_hex()
bt_mesh_beacon_auth()
All items filtered out
Data Use
from
examples
auth_match()
reads 11 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
bt_mesh_subnet_keys::net_id
bt_mesh_subnet_keys::beacon
beacon_params::net_id
beacon_params::auth
beacon_params::iv_index
beacon_params::flags
All items filtered out
auth_match()
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