ESP-IDF
esp_ble_mesh_lighting_server_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_lighting_server_cb_t
esp_ble_mesh_lighting_server_cb_t
Bluetooth Mesh Lighting Server Model function. Lighting Server Model callback function type
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:1657
typedef
void
(
*
esp_ble_mesh_lighting_server_cb_t
)
(
esp_ble_mesh_lighting_server_cb_event_t
event
,
esp_ble_mesh_lighting_server_cb_param_t
*
param
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
esp_ble_mesh_lighting_server_cb_t
)
(
esp_ble_mesh_lighting_server_cb_event_t
event
,
esp_ble_mesh_lighting_model_api.h:1657
esp_ble_mesh_lighting_server_cb_t
btc_ble_mesh_cb
=
btc_ble_mesh_lighting_model.c:355
btc_ble_mesh_lighting_server_cb_to_app()
(
esp_ble_mesh_lighting_server_cb_t
)
btc_profile_cb_get
(
BTC_PID_LIGHTING_SERVER
)
;
btc_ble_mesh_lighting_model.c:356
btc_ble_mesh_lighting_server_cb_to_app()
esp_err_t
esp_ble_mesh_register_lighting_server_callback
(
esp_ble_mesh_lighting_server_cb_t
callback
)
esp_ble_mesh_lighting_model_api.c:75
esp_ble_mesh_register_lighting_server_callback()
esp_err_t
esp_ble_mesh_register_lighting_server_callback
(
esp_ble_mesh_lighting_server_cb_t
callback
)
;
esp_ble_mesh_lighting_model_api.h:1668
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