ESP-IDF
bt_mesh_friend_sub_rem()
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_friend_sub_rem()
bt_mesh_friend_sub_rem() function
Syntax
Show:
Summary
Declaration
from
friend.h:56
int
bt_mesh_friend_sub_rem
(
struct
bt_mesh_net_rx
*
rx
,
struct
net_buf_simple
*
buf
)
;
Arguments
Argument
Declared as
rx
struct
bt_mesh_net_rx
*
buf
struct
net_buf_simple
*
Related Functions
Found 53 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_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
Code
Location
Referrer
int
bt_mesh_friend_sub_rem
(
struct
bt_mesh_net_rx
*
rx
,
friend.c:651
int
bt_mesh_friend_sub_rem
(
struct
bt_mesh_net_rx
*
rx
,
friend.h:56
int
bt_mesh_friend_sub_rem
(
struct
bt_mesh_net_rx
*
rx
,
friend.h:51
return
bt_mesh_friend_sub_rem
(
rx
,
buf
)
;
transport.c:1071
ctl_recv()
return
bt_mesh_friend_sub_rem
(
rx
,
buf
)
;
transport.c:927
ctl_recv()
Call Tree
from
examples
bt_mesh_friend_sub_rem()
is called by 1 function and calls 8 functions:
ctl_recv()
All items filtered out
bt_mesh_friend_sub_rem()
esp_log_timestamp()
esp_log_write()
enqueue_sub_cfm()
friend_recv_delay()
bt_mesh_friend_find()
friend_sub_rem()
net_buf_simple_pull_be16()
net_buf_simple_pull_u8()
All items filtered out
Data Use
from
examples
bt_mesh_friend_sub_rem()
reads 11 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
os_mbuf::om_len
bt_mesh_subnet::net_idx
bt_mesh_msg_ctx::addr
bt_mesh_friend::pending_buf
bt_mesh_net_rx::sub
bt_mesh_net_rx::ctx
All items filtered out
bt_mesh_friend_sub_rem()
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