ESP-IDF
bt_mesh_has_addr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_has_addr()
bt_mesh_has_addr() function
Syntax
Show:
Summary
Declaration
Definition
from
access.h:27
bool
bt_mesh_has_addr
(
uint16_t
addr
)
;
Implemented in
access.c:499
Arguments
Argument
addr
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_has_addr
(
uint16_t
addr
)
access.c:499
bool
bt_mesh_has_addr
(
uint16_t
addr
)
;
access.h:27
!
bt_mesh_has_addr
(
ctx
->
addr
)
)
{
app_keys.c:513
bt_mesh_keys_resolve()
if
(
bt_mesh_has_addr
(
src
)
)
{
friend.c:491
encrypt_friend_pdu()
!
bt_mesh_has_addr
(
frnd
->
clear
.
frnd
)
)
{
friend.c:1045
bt_mesh_friend_req()
if
(
bt_mesh_has_addr
(
rx
->
ctx
.
addr
)
)
{
friend.c:1434
friend_lpn_enqueue_rx()
bt_mesh_has_addr
(
tx
->
ctx
->
addr
)
)
{
net.c:525
bt_mesh_net_send()
if
(
bt_mesh_has_addr
(
rx
->
ctx
.
addr
)
)
{
net.c:623
net_decrypt()
bt_mesh_has_addr
(
rx
.
ctx
.
recv_dst
)
)
;
net.c:834
bt_mesh_net_recv()
Call Tree
from
examples
bt_mesh_has_addr()
is called by 7 functions and calls 2 functions:
encrypt_friend_pdu()
bt_mesh_friend_req()
friend_lpn_enqueue_rx()
bt_mesh_keys_resolve()
bt_mesh_net_send()
net_decrypt()
bt_mesh_net_recv()
All items filtered out
bt_mesh_has_addr()
bt_mesh_elem_find()
bt_mesh_elem_find_group()
All items filtered out
Data Use
from
examples
bt_mesh_has_addr()
reads 4 variables:
bt_mesh_comp::elem_count
bt_mesh_comp::elem
dev_comp
msg_cb
All items filtered out
bt_mesh_has_addr()
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