ESP-IDF
bt_mesh_net_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
bt_mesh_net_encode()
bt_mesh_net_encode() function
Syntax
Show:
Summary
Declaration
Definition
from
net.h:455
int
bt_mesh_net_encode
(
struct
bt_mesh_net_tx
*
tx
,
struct
net_buf_simple
*
buf
,
bool
proxy
)
;
Implemented in
net.c:944
Arguments
Argument
tx
buf
proxy
Related Functions
Found 14 other functions taking a
bt_mesh_net_tx
argument:
Function
bt_mesh_ctl_send()
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()
net_header_encode()
friend_lpn_enqueue_tx()
trans_encrypt()
loopback()
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_net_encode
(
struct
bt_mesh_net_tx
*
tx
,
struct
net_buf_simple
*
buf
,
net.c:944
int
bt_mesh_net_encode
(
struct
bt_mesh_net_tx
*
tx
,
struct
os_mbuf
*
buf
,
net.c:463
int
bt_mesh_net_encode
(
struct
bt_mesh_net_tx
*
tx
,
struct
net_buf_simple
*
buf
,
net.h:455
int
bt_mesh_net_encode
(
struct
bt_mesh_net_tx
*
tx
,
struct
os_mbuf
*
buf
,
net.h:287
return
bt_mesh_net_encode
(
tx
,
buf
,
proxy
)
;
ext.c:1090
bt_mesh_ext_net_encode()
err
=
bt_mesh_net_encode
(
tx
,
&
buf
->
b
,
false
)
;
net.c:1097
bt_mesh_net_send()
err
=
bt_mesh_net_encode
(
&
tx
,
buf
,
true
)
;
proxy_server.c:342
send_filter_status()
err
=
bt_mesh_net_encode
(
&
tx
,
buf
,
true
)
;
proxy_srv.c:206
send_filter_status()
Call Tree
from
examples
bt_mesh_net_encode()
is called by 3 functions and calls 16 functions:
bt_mesh_net_send()
send_filter_status()
bt_mesh_ext_net_encode()
All items filtered out
bt_mesh_net_encode()
esp_log_timestamp()
esp_log_write()
bt_mesh_atomic_test_bit()
bt_mesh_next_seq()
friend_cred_get()
net_buf_simple_push_be16()
net_buf_simple_push_u8()
net_buf_simple_push_be24()
net_buf_simple_tailroom()
bt_mesh_tag_immutable_cred()
bt_mesh_net_obfuscate()
bt_mesh_net_encrypt()
atomic_test_bit()
net_encrypt()
net_tx_cred_get()
net_header_encode()
All items filtered out
Data Use
from
examples
bt_mesh_net_encode()
reads 28 variables and writes 1 variable:
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
bt_mesh_net::iv_index
bt_mesh_net::seq
bt_mesh_net::flags
bt_mesh_net_tx::sub
bt_mesh_net_tx::ctx
bt_mesh_net_tx::src
bt_mesh_msg_ctx::app_idx
bt_mesh_msg_ctx::addr
bt_mesh_msg_ctx::send_ttl
bt_mesh_msg_ctx::send_cred
bt_mesh_msg_ctx::send_tag
net_buf_simple::data
bt_mesh_subnet::kr_flag
bt_mesh_subnet_keys::nid
bt_mesh_subnet_keys::enc
bt_mesh_subnet_keys::privacy
bt_mesh_subnet::keys
::BLE_MESH_IVU_IN_PROGRESS
bt_mesh
bt_mesh_subnet_keys::direct_nid
bt_mesh_subnet_keys::direct_enc
bt_mesh_subnet_keys::direct_privacy
bt_mesh_net_cred::nid
::BT_MESH_IVU_IN_PROGRESS
All items filtered out
bt_mesh_net_encode()
bt_mesh_msg_ctx::send_cred
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