ESP-IDF
bt_mesh_msg_ctx::send_rel
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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_msg_ctx::send_rel
bt_mesh_msg_ctx::send_rel field
Force sending reliably by using segment acknowledgement.
Syntax
Show:
Summary
Declaration
from
access.h:187
uint8_t
send_rel
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
send_rel
:
1
__attribute__
(
(
deprecated
)
)
;
access.h:187
bool
send_rel
;
msg.h:100
.
send_rel
=
true
,
transport.c:387
seg_tx_send_unacked()
tx
->
ctx
->
send_rel
=
true
;
transport.c:660
bt_mesh_trans_send()
if
(
!
tx
->
ctx
->
send_rel
||
net_buf_simple_tailroom
(
msg
)
<
8
)
{
transport.c:682
bt_mesh_trans_send()
if
(
tx
->
ctx
->
send_rel
)
{
transport.c:693
bt_mesh_trans_send()
tx
->
ctx
->
send_rel
=
true
;
transport.c:1037
bt_mesh_ctl_send()
if
(
tx
->
ctx
->
send_rel
)
{
transport.c:1052
bt_mesh_ctl_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_msg_ctx::send_rel
is written by 2 functions and is read by 2 functions:
bt_mesh_trans_send()
bt_mesh_ctl_send()
All items filtered out
bt_mesh_msg_ctx::send_rel
bt_mesh_trans_send()
bt_mesh_ctl_send()
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