ESP-IDF
bt_mesh_net_rx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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_rx
bt_mesh_net_rx struct
Syntax
Show:
Summary
Declaration
from
net.h:383
struct
bt_mesh_net_rx
{
struct
bt_mesh_subnet
*
sub
;
struct
bt_mesh_msg_ctx
ctx
;
uint32_t
seq
;
uint16_t
old_iv
:
1
,
new_key
:
1
,
friend_cred
:
1
__attribute__
(
(
deprecated
)
)
,
ctl
:
1
,
net_if
:
2
,
local_match
:
1
,
friend_match
:
1
,
#if
CONFIG_BLE_MESH_NOT_RELAY_REPLAY_MSG
replay_msg
:
1
,
#endif
sbr_rpl
:
1
;
uint16_t
msg_cache_idx
;
}
;
Fields
Field
Declared as
bt_mesh_net_rx::sub
struct
bt_mesh_subnet
*
bt_mesh_net_rx::ctx
struct
bt_mesh_msg_ctx
bt_mesh_net_rx::seq
uint32_t
bt_mesh_net_rx::old_iv
uint16_t
:
1
bt_mesh_net_rx::new_key
uint16_t
old_iv
:
1
,
:
1
bt_mesh_net_rx::friend_cred
uint16_t
old_iv
:
1
,
new_key
:
1
,
:
1
bt_mesh_net_rx::ctl
uint16_t
old_iv
:
1
,
new_key
:
1
,
friend_cred
:
1
__attribute__
(
(
deprecated
)
)
,
:
1
bt_mesh_net_rx::net_if
uint16_t
old_iv
:
1
,
new_key
:
1
,
friend_cred
:
1
__attribute__
(
(
deprecated
)
)
,
ctl
:
1
,
:
2
bt_mesh_net_rx::local_match
uint16_t
old_iv
:
1
,
new_key
:
1
,
friend_cred
:
1
__attribute__
(
(
deprecated
)
)
,
ctl
:
1
,
net_if
:
2
,
:
1
bt_mesh_net_rx::friend_match
uint16_t
old_iv
:
1
,
new_key
:
1
,
friend_cred
:
1
__attribute__
(
(
deprecated
)
)
,
ctl
:
1
,
net_if
:
2
,
local_match
:
1
,
:
1
bt_mesh_net_rx::sbr_rpl
uint16_t
old_iv
:
1
,
new_key
:
1
,
friend_cred
:
1
__attribute__
(
(
deprecated
)
)
,
ctl
:
1
,
net_if
:
2
,
local_match
:
1
,
friend_match
:
1
,
#if
CONFIG_BLE_MESH_NOT_RELAY_REPLAY_MSG
replay_msg
:
1
,
#endif
:
1
bt_mesh_net_rx::msg_cache_idx
uint16_t
Related Functions
Found 54 other functions taking a
bt_mesh_net_rx
argument:
Function
Description
bt_mesh_rpl_check()
bt_mesh_rpl_update()
bt_mesh_net_decode()
bt_mesh_model_recv()
bt_mesh_trans_recv()
bt_mesh_friend_enqueue_rx()
bt_mesh_update_rpl()
bt_mesh_net_header_parse()
bt_mesh_friend_req()
bt_mesh_friend_clear()
bt_mesh_friend_clear_cfm()
bt_mesh_friend_sub_add()
bt_mesh_friend_sub_rem()
bt_mesh_friend_poll()
net_decrypt()
bt_mesh_lpn_msg_received()
send_filter_status()
send_filter_status()
sdu_recv()
ctl_recv()
bt_mesh_net_cred_find()
Iterate through all valid network credentials to decrypt a message.
bt_mesh_app_key_find()
Iterate through all matching application keys and call @c cb on each.
ctl_recv()
sdu_recv()
bt_mesh_hb_recv()
bt_mesh_lpn_friend_update()
bt_mesh_lpn_friend_offer()
bt_mesh_lpn_friend_clear_cfm()
bt_mesh_lpn_friend_sub_cfm()
msg_cache_match()
msg_cache_add()
flooding_decrypt()
net_find_and_decrypt()
bt_mesh_net_relay()
rpl_check_and_store()
seg_rx_alloc()
trans_seg()
trans_ack()
trans_unseg()
seg_rx_find()
seg_rx_is_valid()
trans_heartbeat()
friend_lpn_enqueue_rx()
seg_rx_find()
seg_rx_is_valid()
seg_rx_alloc()
trans_seg()
trans_unseg()
sdu_try_decrypt()
trans_ack()
proxy_filter_recv()
bt_mesh_net_relay()
net_decrypt()
msg_cache_add()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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