ESP-IDF
btc_ble_mesh_lighting_server_callback()
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
btc_ble_mesh_lighting_server_callback()
btc_ble_mesh_lighting_server_callback() function
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_lighting_model.c:460
static
void
btc_ble_mesh_lighting_server_callback
(
esp_ble_mesh_lighting_server_cb_param_t
*
cb_params
,
uint8_t
act
)
;
Arguments
Argument
cb_params
act
Related Functions
Found 1 other functions taking a
esp_ble_mesh_lighting_server_cb_param_t
argument:
Function
btc_ble_mesh_lighting_server_cb_to_app()
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_ble_mesh_lighting_server_callback
(
esp_ble_mesh_lighting_server_cb_param_t
*
cb_params
,
uint8_t
act
)
btc_ble_mesh_lighting_model.c:460
btc_ble_mesh_lighting_server_callback
(
&
cb_params
,
act
)
;
btc_ble_mesh_lighting_model.c:522
bt_mesh_lighting_server_cb_evt_to_btc()
Call Tree
from
examples
btc_ble_mesh_lighting_server_callback()
is called by 1 function and calls 2 functions:
bt_mesh_lighting_server_cb_evt_to_btc()
All items filtered out
btc_ble_mesh_lighting_server_callback()
btc_transfer_context()
btc_profile_cb_get()
All items filtered out
Data Use
from
examples
btc_ble_mesh_lighting_server_callback()
reads 4 variables and writes 3 variables:
btc_sig_t::BTC_SIG_API_CB
btc_pid_t::BTC_PID_LIGHTING_SERVER
btc_ble_mesh_lighting_server_copy_req_data()
btc_ble_mesh_lighting_server_free_req_data()
All items filtered out
btc_ble_mesh_lighting_server_callback()
btc_msg::sig
btc_msg::pid
btc_msg::act
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