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/ |
D | esp_ble_mesh_networking_api.h | 17 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/ |
D | main.c | 153 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/ |
D | main.c | 316 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/ |
D | ble_mesh_register_cmd.c | 150 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/ |
D | main.c | 422 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/ |
D | main.c | 477 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/ |
D | main.c | 434 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/ |
D | esp_ble_mesh_defs.h | 2205 } esp_ble_mesh_model_cb_event_t; typedef
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/ |
D | aligenie_demo.c | 1203 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/ |
D | btc_ble_mesh_prov.c | 70 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()
|