ESP-IDF
bt_mesh_friend_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_friend_get()
bt_mesh_friend_get() function
Get the current Friend state.
Syntax
Show:
Summary
Declaration
Definition
from
cfg.h:207
enum
bt_mesh_feat_state
bt_mesh_friend_get
(
void
)
;
Implemented in
cfg.c:166
Return value
The Friend feature state.
Examples
References
from
examples
Code
Location
Referrer
enum
bt_mesh_feat_state
bt_mesh_friend_get
(
void
)
cfg.c:166
uint8_t
bt_mesh_friend_get
(
void
)
cfg_srv.c:3755
enum
bt_mesh_feat_state
bt_mesh_friend_get
(
void
)
;
cfg.h:207
uint8_t
bt_mesh_friend_get
(
void
)
;
foundation.h:281
return
(
bt_mesh_friend_get
(
)
==
BLE_MESH_FRIEND_ENABLED
)
;
access.c:666
bt_mesh_fixed_group_match()
return
(
bt_mesh_friend_get
(
)
==
BT_MESH_FEATURE_ENABLED
)
;
cfg.c:245
bt_mesh_fixed_group_match()
net_buf_simple_add_u8
(
msg
,
bt_mesh_friend_get
(
)
)
;
cfg_srv.c:2178
send_friend_status()
return
bt_mesh_friend_get
(
)
;
ext.c:1247
bt_mesh_ext_friend_get()
bt_mesh_friend_get
(
)
!=
BT_MESH_FRIEND_ENABLED
)
{
friend.c:1673
bt_mesh_friend_enqueue_rx()
bt_mesh_friend_get
(
)
!=
BT_MESH_FRIEND_ENABLED
)
{
friend.c:1718
bt_mesh_friend_enqueue_tx()
if
(
bt_mesh_friend_get
(
)
==
BLE_MESH_FRIEND_ENABLED
)
{
heartbeat.c:104
bt_mesh_heartbeat_send()
if
(
bt_mesh_friend_get
(
)
==
BT_MESH_FRIEND_ENABLED
)
{
heartbeat.c:119
heartbeat_send()
Call Tree
from
examples
bt_mesh_friend_get()
is called by 7 functions and calls 3 functions:
bt_mesh_fixed_group_match()
bt_mesh_heartbeat_send()
bt_mesh_ext_friend_get()
bt_mesh_friend_enqueue_rx()
bt_mesh_friend_enqueue_tx()
send_friend_status()
heartbeat_send()
All items filtered out
bt_mesh_friend_get()
esp_log_timestamp()
esp_log_write()
feature_get()
All items filtered out
Data Use
from
examples
bt_mesh_friend_get()
reads 5 variables:
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_cfg_srv::frnd
conf
bt_mesh_feat_state::BT_MESH_FEATURE_NOT_SUPPORTED
::BT_MESH_FRIEND
All items filtered out
bt_mesh_friend_get()
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