/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_sensor_model_api.h | 43 uint16_t property_id; /*!< Property ID of a sensor (optional) */ member 48 uint16_t property_id; /*!< Property ID of a sensor */ member 53 uint16_t property_id; /*!< Property ID for the sensor */ member 84 uint16_t property_id; /*!< Property ID for the sensor (optional) */ member 89 uint16_t property_id; /*!< Property identifying a sensor */ member 96 uint16_t property_id; /*!< Property identifying a sensor */ member 133 uint16_t property_id; /*!< Property for the sensor */ member 159 uint16_t property_id; /*!< Property identifying a sensor and the Y axis */ member 165 uint16_t property_id; /*!< Property identifying a sensor and the Y axis */ member 452 uint16_t property_id; /*!< The value of Sensor Setting Property ID field */ member [all …]
|
D | esp_ble_mesh_generic_model_api.h | 238 uint16_t property_id; /*!< Property ID identifying a Generic User Property */ member 243 uint16_t property_id; /*!< Property ID identifying a Generic User Property */ member 249 uint16_t property_id; /*!< Property ID identifying a Generic Admin Property */ member 254 uint16_t property_id; /*!< Property ID identifying a Generic Admin Property */ member 261 uint16_t property_id; /*!< Property ID identifying a Generic Manufacturer Property */ member 266 uint16_t property_id; /*!< Property ID identifying a Generic Manufacturer Property */ member 272 uint16_t property_id; /*!< A starting Client Property ID present within an element */ member 392 uint16_t property_id; /*!< Property ID identifying a Generic User Property */ member 405 uint16_t property_id; /*!< Property ID identifying a Generic Admin Property */ member 418 uint16_t property_id; /*!< Property ID identifying a Generic Manufacturer Property */ member [all …]
|
D | esp_ble_mesh_lighting_model_api.h | 258 uint16_t property_id; /*!< Property ID identifying a Light LC Property */ member 263 uint16_t property_id; /*!< Property ID identifying a Light LC Property */ member 475 uint16_t property_id; /*!< Property ID identifying a Light LC Property */ member 1350 uint16_t property_id; /*!< The property id of Light LC Property state */ member 1356 uint16_t property_id; /*!< The value of Sensor Property ID */ member 1397 uint16_t property_id; /*!< Property ID identifying a Light LC Property */ member 1561 uint16_t property_id; /*!< Property ID identifying a Light LC Property */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/ |
D | sensor_client.h | 48 uint16_t property_id; /* Property for the sensor */ member 70 uint16_t property_id; /* Property identifying a sensor and the Y axis */ member 75 uint16_t property_id; /* Property identifying a sensor and the Y axis */ member 81 uint16_t property_id; /* Property ID for the sensor (optional) */ member 85 uint16_t property_id; /* Property ID for the sensor */ member 89 …uint16_t property_id; /* Property ID for the sensor … member 116 uint16_t property_id; /* Property ID for the sensor (optional) */ member 120 uint16_t property_id; /* Property identifying a sensor */ member 126 uint16_t property_id; /* Property identifying a sensor */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | generic_server.c | 1549 uint16_t property_id) in gen_get_user_property() argument 1555 if (srv->properties[i].id == property_id) { in gen_get_user_property() 1565 uint16_t property_id, bool publish) in send_gen_user_prop_status() argument 1571 if (property_id == BLE_MESH_INVALID_DEVICE_PROPERTY_ID) { in send_gen_user_prop_status() 1572 BT_ERR("Invalid User Property ID 0x%04x", property_id); in send_gen_user_prop_status() 1576 property = gen_get_user_property(model, property_id); in send_gen_user_prop_status() 1578 BT_WARN("User property 0x%04x not exists", property_id); in send_gen_user_prop_status() 1579 length = sizeof(property_id); in send_gen_user_prop_status() 1599 net_buf_simple_add_le16(msg, property_id); in send_gen_user_prop_status() 1674 uint16_t property_id = net_buf_simple_pull_le16(buf); in gen_user_prop_get() local [all …]
|
D | sensor_server.c | 310 if (item->property_id != INVALID_SENSOR_SETTING_PROPERTY_ID) { in send_sensor_settings_status() 317 net_buf_simple_add_le16(msg, item->property_id); in send_sensor_settings_status() 347 if (item->property_id != INVALID_SENSOR_SETTING_PROPERTY_ID && in find_sensor_setting() 348 item->property_id == set_prop_id) { in find_sensor_setting() 1027 … if (setting->property_id == INVALID_SENSOR_SETTING_PROPERTY_ID || setting->raw == NULL) { in check_sensor_server_init() 1033 if (setting->property_id == state->settings[k].property_id) { in check_sensor_server_init() 1034 … BT_ERR("Same Sensor Setting Property ID 0x%04x exists", setting->property_id); in check_sensor_server_init()
|
D | lighting_server.c | 2568 change.sensor_status.property_id = prop_id; in light_lc_sensor_status()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/ |
D | sensor_client.c | 137 status->property_id = net_buf_simple_pull_le16(buf); in sensor_status() 217 status->property_id = net_buf_simple_pull_le16(buf); in sensor_status() 236 status->property_id = net_buf_simple_pull_le16(buf); in sensor_status() 371 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state() 378 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state() 385 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state() 420 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state() 427 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state() 434 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | sensor_server.h | 82 uint16_t property_id; member
|
D | lighting_server.h | 353 uint16_t property_id; member
|