Searched refs:sensor_property_id (Results 1 – 5 of 5) sorted by relevance
53 …uint16_t sensor_property_id; /* Property ID identifying a sensor … member59 uint16_t sensor_property_id; /* Property ID identifying a sensor */ member100 uint16_t sensor_property_id; /* Property ID for the sensor */ member104 uint16_t sensor_property_id; /* Property ID identifying a sensor */ member109 uint16_t sensor_property_id; /* Property ID identifying a sensor */ member
46 if (state->sensor_property_id != INVALID_SENSOR_PROPERTY_ID) { in send_sensor_descriptor_status()53 net_buf_simple_add_le16(msg, state->sensor_property_id); in send_sensor_descriptor_status()64 if (state->sensor_property_id != INVALID_SENSOR_PROPERTY_ID && in send_sensor_descriptor_status()65 state->sensor_property_id == prop_id) { in send_sensor_descriptor_status()72 net_buf_simple_add_le16(msg, state->sensor_property_id); in send_sensor_descriptor_status()113 if (state->sensor_property_id != INVALID_SENSOR_PROPERTY_ID) { in send_sensor_data_status()124 uint16_t mpid = ((state->sensor_property_id & BIT_MASK(11)) << 5) | in send_sensor_data_status()131 net_buf_simple_add_le16(msg, state->sensor_property_id); in send_sensor_data_status()141 if (state->sensor_property_id != INVALID_SENSOR_PROPERTY_ID && in send_sensor_data_status()142 state->sensor_property_id == prop_id) { in send_sensor_data_status()[all …]
65 uint16_t sensor_property_id; /*!< Property ID of a sensor */ member70 uint16_t sensor_property_id; /*!< Property ID of a sensor */ member76 uint16_t sensor_property_id; /*!< Property ID identifying a sensor */ member139 uint16_t sensor_property_id; /*!< Property ID identifying a sensor */ member146 uint16_t sensor_property_id; /*!< Property ID identifying a sensor */ member498 uint16_t sensor_property_id; /*!< The value of Sensor Property ID field */ member
156 status->sensor_property_id = net_buf_simple_pull_le16(buf); in sensor_status()175 status->sensor_property_id = net_buf_simple_pull_le16(buf); in sensor_status()397 net_buf_simple_add_le16(msg, act->sensor_property_id); in sensor_act_state()403 net_buf_simple_add_le16(msg, act->sensor_property_id); in sensor_act_state()411 net_buf_simple_add_le16(msg, act->sensor_property_id); in sensor_act_state()
118 uint16_t sensor_property_id; member