ESP-IDF
bt_mesh_cfg_lpn_timeout_get()
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_cfg_lpn_timeout_get()
bt_mesh_cfg_lpn_timeout_get() function
Syntax
Show:
Summary
Declaration
from
cfg_cli.h:296
int
bt_mesh_cfg_lpn_timeout_get
(
uint16_t
net_idx
,
uint16_t
addr
,
uint16_t
unicast_addr
,
int32_t
*
polltimeout
)
;
Arguments
Argument
net_idx
addr
unicast_addr
polltimeout
Related Functions
Found 62 other functions taking a
bt_mesh_client_common_param_t
argument:
Function
Description
bt_mesh_client_send_msg()
send_msg_with_none()
btc_ble_mesh_set_client_common_param()
send_msg_with_u8()
send_msg_with_le16()
bt_mesh_cfg_comp_data_get()
bt_mesh_cfg_beacon_get()
bt_mesh_cfg_beacon_set()
bt_mesh_cfg_ttl_get()
bt_mesh_cfg_ttl_set()
bt_mesh_cfg_friend_get()
bt_mesh_cfg_friend_set()
bt_mesh_cfg_gatt_proxy_get()
bt_mesh_cfg_gatt_proxy_set()
bt_mesh_cfg_relay_get()
bt_mesh_cfg_relay_set()
bt_mesh_cfg_net_key_add()
bt_mesh_cfg_app_key_add()
bt_mesh_cfg_mod_app_bind()
bt_mesh_cfg_mod_pub_get()
bt_mesh_cfg_mod_pub_set()
bt_mesh_cfg_mod_sub_add()
bt_mesh_cfg_mod_sub_del()
bt_mesh_cfg_mod_sub_overwrite()
bt_mesh_cfg_mod_sub_va_add()
bt_mesh_cfg_mod_sub_va_del()
bt_mesh_cfg_mod_sub_va_overwrite()
bt_mesh_cfg_hb_sub_set()
bt_mesh_cfg_hb_sub_get()
bt_mesh_cfg_hb_pub_set()
bt_mesh_cfg_hb_pub_get()
bt_mesh_cfg_node_reset()
bt_mesh_cfg_mod_sub_del_all()
bt_mesh_cfg_mod_sub_get()
bt_mesh_cfg_mod_sub_get_vnd()
bt_mesh_cfg_net_key_update()
bt_mesh_cfg_net_key_get()
bt_mesh_cfg_app_key_update()
bt_mesh_cfg_app_key_get()
bt_mesh_cfg_node_identity_get()
bt_mesh_cfg_node_identity_set()
bt_mesh_cfg_mod_app_unbind()
bt_mesh_cfg_mod_app_get()
bt_mesh_cfg_mod_app_get_vnd()
bt_mesh_cfg_net_transmit_get()
bt_mesh_cfg_net_transmit_set()
mod_sub_va()
mod_sub()
bt_mesh_cfg_mod_pub_va_set()
bt_mesh_cfg_net_key_delete()
bt_mesh_cfg_app_key_delete()
bt_mesh_cfg_kr_phase_get()
bt_mesh_cfg_kr_phase_set()
bt_mesh_generic_client_get_state()
This function is called to get generic states.
bt_mesh_generic_client_set_state()
This function is called to set generic states.
mod_app_get()
mod_sub_get()
bt_mesh_sensor_client_get_state()
This function is called to get sensor states.
bt_mesh_sensor_client_set_state()
This function is called to set sensor states.
sensor_act_state()
gen_set_state()
gen_get_state()
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_cfg_lpn_timeout_get
(
bt_mesh_client_common_param_t
*
param
,
uint16_t
lpn_addr
)
cfg_cli.c:1207
int
bt_mesh_cfg_lpn_timeout_get
(
bt_mesh_client_common_param_t
*
param
,
uint16_t
lpn_addr
)
;
cfg_cli.h:304
int
bt_mesh_cfg_lpn_timeout_get
(
uint16_t
net_idx
,
uint16_t
addr
,
cfg_cli.h:296
return
bt_mesh_cfg_lpn_timeout_get
(
&
param
,
get
->
lpn_pollto_get
.
lpn_addr
)
;
btc_ble_mesh_config_model.c:446
btc_ble_mesh_config_client_get_state()
Call Tree
from
examples
bt_mesh_cfg_lpn_timeout_get()
is called by 1 function and calls 1 function:
btc_ble_mesh_config_client_get_state()
All items filtered out
bt_mesh_cfg_lpn_timeout_get()
send_msg_with_le16()
All items filtered out
Data Use
from
examples
bt_mesh_cfg_lpn_timeout_get()
:
All items filtered out
bt_mesh_cfg_lpn_timeout_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