ESP-IDF
bt_mesh_net_send()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_net_send()
bt_mesh_net_send() function
Syntax
Show:
Summary
Declaration
Definition
from
net.h:458
int
bt_mesh_net_send
(
struct
bt_mesh_net_tx
*
tx
,
struct
net_buf
*
buf
,
const
struct
bt_mesh_send_cb
*
cb
,
void
*
cb_data
)
;
Implemented in
net.c:1051
Arguments
Argument
tx
buf
cb
cb_data
Related Functions
Found 14 other functions taking a
bt_mesh_net_tx
argument:
Function
bt_mesh_ctl_send()
bt_mesh_net_encode()
bt_mesh_trans_send()
bt_mesh_friend_enqueue_tx()
model_send()
send_seg()
send_unseg()
send_seg()
send_unseg()
net_tx_cred_get()
net_header_encode()
friend_lpn_enqueue_tx()
trans_encrypt()
loopback()
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_net_send
(
struct
bt_mesh_net_tx
*
tx
,
struct
net_buf
*
buf
,
net.c:1051
int
bt_mesh_net_send
(
struct
bt_mesh_net_tx
*
tx
,
struct
os_mbuf
*
buf
,
net.c:502
int
bt_mesh_net_send
(
struct
bt_mesh_net_tx
*
tx
,
struct
net_buf
*
buf
,
net.h:458
int
bt_mesh_net_send
(
struct
bt_mesh_net_tx
*
tx
,
struct
os_mbuf
*
buf
,
net.h:293
return
bt_mesh_net_send
(
tx
,
buf
,
cb
,
cb_data
)
;
transport.c:287
send_unseg()
err
=
bt_mesh_net_send
(
net_tx
,
seg
,
transport.c:613
send_seg()
return
bt_mesh_net_send
(
tx
,
buf
,
cb
,
cb_data
)
;
transport.c:202
send_unseg()
err
=
bt_mesh_net_send
(
&
net_tx
,
seg
,
&
seg_sent_cb
,
tx
)
;
transport.c:440
seg_tx_send_unacked()
Call Tree
from
examples
bt_mesh_net_send()
is called by 3 functions and calls 33 functions:
send_unseg()
send_seg()
seg_tx_send_unacked()
All items filtered out
bt_mesh_net_send()
esp_log_timestamp()
esp_log_write()
send_cb_finalize()
bt_mesh_send_cb::start
bt_mesh_send_cb::end
bt_mesh_net_encode()
bt_hex()
net_buf_simple_headroom()
net_buf_simple_tailroom()
net_buf_slist_put()
net_buf_unref()
net_buf_ref()
bt_mesh_is_provisioned()
bt_mesh_is_provisioner_en()
bt_mesh_proxy_server_relay()
bt_mesh_tag_relay()
bt_mesh_net_adv_xmit_update()
bt_mesh_adv_send()
bt_mesh_proxy_client_relay()
bt_mesh_elem_find()
bt_mesh_fixed_group_match()
bt_mesh_default_ttl_get()
bt_mesh_net_local()
bt_mesh_update_net_send_cred()
net_pdu_test_cb
_os_mbuf_trailingspace()
atomic_test_bit()
bt_mesh_has_addr()
bt_mesh_proxy_relay()
net_encrypt()
loopback()
net_tx_cred_get()
net_header_encode()
All items filtered out
Data Use
from
examples
bt_mesh_net_send()
reads 25 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_net::seq
bt_mesh_net_tx::ctx
bt_mesh_net_tx::src
bt_mesh_net_tx::xmit
net_buf::
::
::data
net_buf::
::
::len
bt_mesh_msg_ctx::addr
bt_mesh_msg_ctx::send_ttl
bt_mesh_msg_ctx::send_cred
bt_mesh_msg_ctx::send_tag
bt_mesh_send_cb::start
bt_mesh_send_cb::end
bt_mesh
net_pdu_test_cb
os_mbuf::om_data
os_mbuf::om_pkthdr_len
os_mbuf::om_len
os_mbuf::om_databuf
bt_mesh_net_cred::nid
::BT_MESH_IVU_IN_PROGRESS
bt_mesh_net::iv_index
bt_mesh_net::flags
All items filtered out
bt_mesh_net_send()
bt_mesh_msg_ctx::send_ttl
bt_mesh_adv::cb
bt_mesh_adv::cb_data
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