Home
last modified time | relevance | path

Searched refs:esp_ble_mesh_model_cb_event_t (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h17 typedef void (* esp_ble_mesh_model_cb_t)(esp_ble_mesh_model_cb_event_t event,
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
Dmain.c153 static void example_ble_mesh_custom_model_cb(esp_ble_mesh_model_cb_event_t event, in example_ble_mesh_custom_model_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/
Dmain.c316 static void example_custom_model_callback(esp_ble_mesh_model_cb_event_t event, in example_custom_model_callback()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_register_cmd.c150 void ble_mesh_model_cb(esp_ble_mesh_model_cb_event_t event, esp_ble_mesh_model_cb_param_t *param);
359 void ble_mesh_model_cb(esp_ble_mesh_model_cb_event_t event, esp_ble_mesh_model_cb_param_t *param) in ble_mesh_model_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dmain.c422 static void example_ble_mesh_custom_model_cb(esp_ble_mesh_model_cb_event_t event, in example_ble_mesh_custom_model_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c477 static void example_ble_mesh_custom_model_cb(esp_ble_mesh_model_cb_event_t event, in example_ble_mesh_custom_model_cb()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c434 static void example_ble_mesh_custom_model_cb(esp_ble_mesh_model_cb_event_t event, in example_ble_mesh_custom_model_cb()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h2205 } esp_ble_mesh_model_cb_event_t; typedef
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
Daligenie_demo.c1203 static void example_ble_mesh_custom_model_cb(esp_ble_mesh_model_cb_event_t event, in example_ble_mesh_custom_model_cb()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c70 static inline void btc_ble_mesh_model_cb_to_app(esp_ble_mesh_model_cb_event_t event, in btc_ble_mesh_model_cb_to_app()