Home
last modified time | relevance | path

Searched refs:prop_id (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dsensor_server.c20 static void update_sensor_periodic_pub(struct bt_mesh_model *model, uint16_t prop_id);
27 uint16_t prop_id, bool get_all) in send_sensor_descriptor_status() argument
65 state->sensor_property_id == prop_id) { in send_sensor_descriptor_status()
82 BT_WARN("Sensor Property ID 0x%04x not exists", prop_id); in send_sensor_descriptor_status()
83 net_buf_simple_add_le16(msg, prop_id); in send_sensor_descriptor_status()
94 uint16_t prop_id, bool get_all) in send_sensor_data_status() argument
142 state->sensor_property_id == prop_id) { in send_sensor_data_status()
170 BT_WARN("Sensor Property ID 0x%04x not exists", prop_id); in send_sensor_data_status()
173 net_buf_simple_add_le16(msg, prop_id); in send_sensor_data_status()
184 uint16_t prop_id, bool publish) in send_sensor_cadence_status() argument
[all …]
Dlighting_server.c2541 uint16_t mpid = 0U, prop_id = 0U; in light_lc_sensor_status() local
2562 prop_id = (uint16_t)(msb << 8) | (uint16_t)(mpid >> 8); in light_lc_sensor_status()
2565 prop_id = (uint16_t)(mpid >> 5); in light_lc_sensor_status()
2568 change.sensor_status.property_id = prop_id; in light_lc_sensor_status()
2570 switch (prop_id) { in light_lc_sensor_status()
2657 static uint8_t *get_light_lc_prop_val(struct bt_mesh_model *model, uint16_t prop_id) in get_light_lc_prop_val() argument
2662 switch (prop_id) { in get_light_lc_prop_val()
2722 uint8_t *bt_mesh_get_lc_prop_value(struct bt_mesh_model *model, uint16_t prop_id) in bt_mesh_get_lc_prop_value() argument
2729 return get_light_lc_prop_val(model, prop_id); in bt_mesh_get_lc_prop_value()
2734 uint16_t prop_id, bool publish) in send_light_lc_prop_status() argument
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/
Ddevice_property.c12 uint16_t prop_id; member
201 uint8_t bt_mesh_get_dev_prop_len(uint16_t prop_id) in bt_mesh_get_dev_prop_len() argument
203 if (prop_id > BLE_MESH_OUTPUT_CURRENT_PERCENT) { in bt_mesh_get_dev_prop_len()
204 BT_ERR("Unknown Device Property ID 0x%04x", prop_id); in bt_mesh_get_dev_prop_len()
208 return device_properties[prop_id].len; in bt_mesh_get_dev_prop_len()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h498 uint8_t *bt_mesh_get_lc_prop_value(struct bt_mesh_model *model, uint16_t prop_id);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/include/
Ddevice_property.h1344 uint8_t bt_mesh_get_dev_prop_len(uint16_t prop_id);