ESP-IDF
bt_mesh_client_common_param_t
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_client_common_param_t
bt_mesh_client_common_param_t struct
Client model sending message parameters
Syntax
Show:
Summary
Declaration
from
client_common.h:75
typedef
struct
{
uint32_t
opcode
;
struct
bt_mesh_model
*
model
;
struct
bt_mesh_msg_ctx
ctx
;
int32_t
msg_timeout
;
uint8_t
msg_role
__attribute__
(
(
deprecated
)
)
;
const
struct
bt_mesh_send_cb
*
cb
;
void
*
cb_data
;
}
bt_mesh_client_common_param_t
;
Fields
Field
Declared as
bt_mesh_client_common_param_t::opcode
uint32_t
bt_mesh_client_common_param_t::model
struct
bt_mesh_model
*
bt_mesh_client_common_param_t::ctx
struct
bt_mesh_msg_ctx
bt_mesh_client_common_param_t::msg_timeout
int32_t
bt_mesh_client_common_param_t::msg_role
uint8_t
bt_mesh_client_common_param_t::cb
const
struct
bt_mesh_send_cb
*
bt_mesh_client_common_param_t::cb_data
void
*
Related Functions
Found 63 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_lpn_timeout_get()
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
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