ESP-IDF
bt_mesh_friend_match()
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_friend_match()
bt_mesh_friend_match() function
Syntax
Show:
Summary
Declaration
from
friend.h:24
bool
bt_mesh_friend_match
(
uint16_t
net_idx
,
uint16_t
addr
)
;
Arguments
Argument
net_idx
addr
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_friend_match
(
uint16_t
net_idx
,
uint16_t
addr
)
friend.c:1542
bool
bt_mesh_friend_match
(
uint16_t
net_idx
,
uint16_t
addr
)
;
friend.h:24
bool
bt_mesh_friend_match
(
uint16_t
net_idx
,
uint16_t
addr
)
;
friend.h:20
if
(
!
bt_mesh_friend_match
(
tx
->
sub
->
net_idx
,
tx
->
ctx
->
addr
)
||
friend.c:1717
bt_mesh_friend_enqueue_tx()
rx
->
friend_match
=
bt_mesh_friend_match
(
rx
->
sub
->
net_idx
,
transport.c:1634
bt_mesh_trans_recv()
rx
->
friend_match
=
bt_mesh_friend_match
(
rx
->
sub
->
net_idx
,
transport.c:1565
bt_mesh_trans_recv()
Call Tree
from
examples
bt_mesh_friend_match()
is called by 2 functions and calls 1 function:
bt_mesh_friend_enqueue_tx()
bt_mesh_trans_recv()
All items filtered out
bt_mesh_friend_match()
friend_lpn_matches()
All items filtered out
Data Use
from
examples
bt_mesh_friend_match()
reads 3 variables:
bt_mesh_friend::lpn
bt_mesh_net::frnd
bt_mesh
All items filtered out
bt_mesh_friend_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