ESP-IDF
bt_mesh_client_common_param_t::msg_timeout
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_client_common_param_t::msg_timeout
bt_mesh_client_common_param_t::msg_timeout field
Syntax
Show:
Summary
Declaration
from
client_common.h:79
int32_t
msg_timeout
;
Examples
References
from
examples
Code
Location
Referrer
int32_t
msg_timeout
;
/* Time to get corresponding response */
client_common.h:79
output
->
msg_timeout
=
input
->
msg_timeout
;
btc_ble_mesh_model_common.h:34
btc_ble_mesh_set_client_common_param()
.
msg_timeout
=
arg
->
model_send
.
msg_timeout
,
btc_ble_mesh_prov.c:2949
btc_ble_mesh_model_call_handler()
param
->
msg_timeout
?
param
->
msg_timeout
:
CONFIG_BLE_MESH_CLIENT_MSG_TIMEOUT
)
;
client_common.c:334
bt_mesh_client_send_msg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_client_common_param_t::msg_timeout
is written by 1 function and is read by 1 function:
btc_ble_mesh_set_client_common_param()
All items filtered out
bt_mesh_client_common_param_t::msg_timeout
bt_mesh_client_send_msg()
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