ESP-IDF
btc_ble_mesh_model_args_t::model_publish
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
btc_ble_mesh_model_args_t::model_publish
btc_ble_mesh_model_args_t::model_publish field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:349
struct
ble_mesh_model_publish_args
{
esp_ble_mesh_model_t
*
model
;
uint8_t
device_role
__attribute__
(
(
deprecated
)
)
;
}
model_publish
;
Examples
References
from
examples
Code
Location
Referrer
}
model_publish
;
btc_ble_mesh_prov.h:352
err
=
bt_mesh_model_publish
(
(
struct
bt_mesh_model
*
)
arg
->
model_publish
.
model
)
;
btc_ble_mesh_prov.c:2904
btc_ble_mesh_model_call_handler()
btc_ble_mesh_model_publish_comp_cb
(
arg
->
model_publish
.
model
,
err
)
;
btc_ble_mesh_prov.c:2905
btc_ble_mesh_model_call_handler()
arg
.
model_publish
.
model
=
model
;
esp_ble_mesh_networking_api.c:95
ble_mesh_model_send_msg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_model_args_t::model_publish
is read by 2 functions:
All items filtered out
btc_ble_mesh_model_args_t::model_publish
ble_mesh_model_send_msg()
btc_ble_mesh_model_call_handler()
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