ESP-IDF
bt_mesh_net_transmit_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_net_transmit_get()
bt_mesh_net_transmit_get() function
Get the current Network Transmit parameters. The
BT_MESH_TRANSMIT_COUNT
and
BT_MESH_TRANSMIT_INT
macros can be used to decode the Network Transmit parameters.
Syntax
Show:
Summary
Declaration
Definition
from
cfg.h:115
uint8_t
bt_mesh_net_transmit_get
(
void
)
;
Implemented in
cfg.c:189
Return value
The current Network Transmit parameters.
Examples
References
from
examples
Code
Location
Referrer
uint8_t
bt_mesh_net_transmit_get
(
void
)
cfg.c:189
uint8_t
bt_mesh_net_transmit_get
(
void
)
cfg_srv.c:3726
uint8_t
bt_mesh_net_transmit_get
(
void
)
;
cfg.h:115
uint8_t
bt_mesh_net_transmit_get
(
void
)
;
foundation.h:279
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
access.c:190
publish_retransmit()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
access.c:1019
bt_mesh_model_send_implicit()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
access.c:1042
bt_mesh_model_send()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
access.c:1057
bt_mesh_model_publish()
net_buf_simple_add_u8
(
&
msg
,
bt_mesh_net_transmit_get
(
)
)
;
cfg_srv.c:974
net_transmit_get()
net_buf_simple_add_u8
(
&
msg
,
bt_mesh_net_transmit_get
(
)
)
;
cfg_srv.c:1007
net_transmit_set()
net_buf_simple_add_u8
(
msg
,
bt_mesh_net_transmit_get
(
)
)
;
cfg_srv.c:641
net_transmit_get()
xmit
=
bt_mesh_net_transmit_get
(
)
;
client_common.c:164
bt_mesh_get_adv_duration()
return
bt_mesh_net_transmit_get
(
)
;
ext.c:1237
bt_mesh_ext_net_transmit_get()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
friend.c:235
bt_mesh_friend_clear()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
friend.c:800
send_friend_clear()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
heartbeat.c:86
bt_mesh_heartbeat_send()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
heartbeat.c:99
heartbeat_send()
xmit
=
bt_mesh_net_transmit_get
(
)
;
net.c:1636
bt_mesh_net_relay()
transmit
=
bt_mesh_net_transmit_get
(
)
;
net.c:683
bt_mesh_net_relay()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
transport.c:1205
send_ack()
tx
->
xmit
=
bt_mesh_net_transmit_get
(
)
;
transport.c:679
bt_mesh_trans_send()
.
xmit
=
bt_mesh_net_transmit_get
(
)
,
transport.c:1074
send_ack()
Call Tree
from
examples
bt_mesh_net_transmit_get()
is called by 15 functions:
net_transmit_get()
net_transmit_set()
publish_retransmit()
bt_mesh_model_send_implicit()
bt_mesh_model_send()
bt_mesh_model_publish()
bt_mesh_heartbeat_send()
bt_mesh_net_relay()
bt_mesh_get_adv_duration()
bt_mesh_ext_net_transmit_get()
send_ack()
bt_mesh_friend_clear()
send_friend_clear()
bt_mesh_trans_send()
heartbeat_send()
All items filtered out
bt_mesh_net_transmit_get()
All items filtered out
Data Use
from
examples
bt_mesh_net_transmit_get()
reads 4 variables:
bt_mesh_cfg_srv::net_transmit
conf
bt_mesh_net::net_xmit
bt_mesh
All items filtered out
bt_mesh_net_transmit_get()
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