Home
last modified time | relevance | path

Searched refs:esp_ble_mesh_comp_t (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_cfg_srv_model.h47 extern esp_ble_mesh_comp_t config_server_comp;
55 extern esp_ble_mesh_comp_t config_client_comp;
64 extern esp_ble_mesh_comp_t gen_onoff_srv_comp;
75 extern esp_ble_mesh_comp_t gen_onoff_cli_comp;
99 extern esp_ble_mesh_comp_t test_perf_cli_comp;
105 extern esp_ble_mesh_comp_t test_perf_srv_comp;
Dble_mesh_cfg_srv_model.c70 esp_ble_mesh_comp_t config_server_comp = {
86 esp_ble_mesh_comp_t config_client_comp = {
108 esp_ble_mesh_comp_t gen_onoff_srv_comp = {
130 esp_ble_mesh_comp_t gen_onoff_cli_comp = {
183 esp_ble_mesh_comp_t test_perf_cli_comp = {
198 esp_ble_mesh_comp_t test_perf_srv_comp = {
Dble_mesh_adapter.c41 esp_ble_mesh_comp_t *ble_mesh_get_component(uint16_t model_id) in ble_mesh_get_component()
43 esp_ble_mesh_comp_t *comp = NULL; in ble_mesh_get_component()
Dble_mesh_adapter.h113 esp_ble_mesh_comp_t *ble_mesh_get_component(uint16_t model_id);
Dble_mesh_register_cmd.c564 esp_ble_mesh_comp_t *local_component = NULL; in ble_mesh_init()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_common_api.h31 esp_err_t esp_ble_mesh_init(esp_ble_mesh_prov_t *prov, esp_ble_mesh_comp_t *comp);
Desp_ble_mesh_local_data_operation_api.h103 const esp_ble_mesh_comp_t *esp_ble_mesh_get_composition_data(void);
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h93 esp_ble_mesh_comp_t *comp;
374 const esp_ble_mesh_comp_t *btc_ble_mesh_comp_get(void);
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_common_api.c17 esp_err_t esp_ble_mesh_init(esp_ble_mesh_prov_t *prov, esp_ble_mesh_comp_t *comp) in esp_ble_mesh_init()
Desp_ble_mesh_local_data_operation_api.c68 const esp_ble_mesh_comp_t *esp_ble_mesh_get_composition_data(void) in esp_ble_mesh_get_composition_data()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/
Dble_mesh_fast_prov_operation.c182 const esp_ble_mesh_comp_t *comp = NULL; in example_handle_config_app_key_add_evt()
249 const esp_ble_mesh_comp_t *comp = NULL; in example_add_fast_prov_group_address()
294 const esp_ble_mesh_comp_t *comp = NULL; in example_delete_fast_prov_group_address()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
Dmain.c76 static esp_ble_mesh_comp_t composition = {
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dmain.c79 static esp_ble_mesh_comp_t composition = {
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/
Dmain.c91 static esp_ble_mesh_comp_t composition = {
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/
Dmain.c96 static esp_ble_mesh_comp_t comp = {
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/
Dmain.c140 static esp_ble_mesh_comp_t composition = {
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/
Dmain.c98 static esp_ble_mesh_comp_t composition = {
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c113 static esp_ble_mesh_comp_t composition = {
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dmain.c141 static esp_ble_mesh_comp_t comp = {
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c153 static esp_ble_mesh_comp_t comp = {
/hal_espressif-3.6.0/docs/zh_CN/api-guides/esp-ble-mesh/
Dble-mesh-faq.rst227 const esp_ble_mesh_comp_t *comp = NULL;
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dmain.c80 static esp_ble_mesh_comp_t composition = {
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h684 } esp_ble_mesh_comp_t; typedef
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1099 const esp_ble_mesh_comp_t *btc_ble_mesh_comp_get(void) in btc_ble_mesh_comp_get()
1101 return (const esp_ble_mesh_comp_t *)bt_mesh_comp_get(); in btc_ble_mesh_comp_get()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
Daligenie_demo.c239 static esp_ble_mesh_comp_t composition = {

12