ESP-IDF
net_header_encode()
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
net_header_encode()
net_header_encode() function
Syntax
Show:
Summary
Declaration
from
net.c:417
static
int
net_header_encode
(
struct
bt_mesh_net_tx
*
tx
,
uint8_t
nid
,
struct
os_mbuf
*
buf
)
;
Arguments
Argument
tx
nid
buf
Related Functions
Found 14 other functions taking a
bt_mesh_net_tx
argument:
Function
bt_mesh_ctl_send()
bt_mesh_net_encode()
bt_mesh_net_send()
bt_mesh_trans_send()
bt_mesh_friend_enqueue_tx()
model_send()
send_seg()
send_unseg()
send_seg()
send_unseg()
net_tx_cred_get()
friend_lpn_enqueue_tx()
trans_encrypt()
loopback()
Examples
References
from
examples
Code
Location
Referrer
static
int
net_header_encode
(
struct
bt_mesh_net_tx
*
tx
,
uint8_t
nid
,
net.c:417
err
=
net_header_encode
(
tx
,
cred
->
nid
,
buf
)
;
net.c:470
bt_mesh_net_encode()
err
=
net_header_encode
(
tx
,
cred
->
nid
,
buf
)
;
net.c:515
bt_mesh_net_send()
Call Tree
from
examples
net_header_encode()
is called by 2 functions and calls 8 functions:
bt_mesh_net_encode()
bt_mesh_net_send()
All items filtered out
net_header_encode()
esp_log_timestamp()
esp_log_write()
_os_mbuf_trailingspace()
atomic_test_bit()
net_buf_simple_push_be16()
net_buf_simple_push_be24()
net_buf_simple_push_u8()
bt_mesh_next_seq()
All items filtered out
Data Use
from
examples
net_header_encode()
reads 15 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
bt_mesh_msg_ctx::app_idx
bt_mesh_msg_ctx::addr
bt_mesh_msg_ctx::send_ttl
::BT_MESH_IVU_IN_PROGRESS
bt_mesh_net::iv_index
bt_mesh_net::seq
bt_mesh_net::flags
bt_mesh_net_tx::ctx
bt_mesh_net_tx::src
bt_mesh
All items filtered out
net_header_encode()
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