ESP-IDF
bt_mesh_lpn_established()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_lpn_established()
bt_mesh_lpn_established() function
Syntax
Show:
Summary
Declaration
from
lpn.h:22
static
inline
bool
bt_mesh_lpn_established
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
inline
bool
bt_mesh_lpn_established
(
void
)
lpn.h:22
if
(
bt_mesh_lpn_established
(
)
)
{
heartbeat.c:123
heartbeat_send()
bt_mesh_lpn_established
(
)
)
{
transport.c:604
send_seg()
if
(
IS_ENABLED
(
CONFIG_BT_MESH_FRIEND
)
&&
!
bt_mesh_lpn_established
(
)
)
{
transport.c:914
ctl_recv()
if
(
bt_mesh_lpn_established
(
)
)
{
transport.c:1082
send_ack()
if
(
!
bt_mesh_lpn_established
(
)
)
{
transport.c:1480
trans_seg()
bt_mesh_lpn_established
(
)
&&
rx
->
net_if
==
BT_MESH_NET_IF_ADV
&&
transport.c:1590
bt_mesh_trans_recv()
Call Tree
from
examples
bt_mesh_lpn_established()
is called by 6 functions:
send_seg()
ctl_recv()
send_ack()
trans_seg()
bt_mesh_trans_recv()
heartbeat_send()
All items filtered out
bt_mesh_lpn_established()
All items filtered out
Data Use
from
examples
All items filtered out
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