The structure of BLE_AMS_ENTITY_ATTRIBUTE_PAIR_IND. More...
#include <bf0_ble_ams.h>
Data Fields | |
uint8_t | entity_id |
uint8_t | attr_id |
uint8_t | entity_up_flag |
uint16_t | len |
uint8_t | value [0] |
The structure of BLE_AMS_ENTITY_ATTRIBUTE_PAIR_IND.
uint8_t ble_ams_entity_attr_value_t::attr_id |
Associated attribute ID for an dedicated entityID.
uint8_t ble_ams_entity_attr_value_t::entity_id |
uint8_t ble_ams_entity_attr_value_t::entity_up_flag |
Entity update flag. 1 is truncated.
uint16_t ble_ams_entity_attr_value_t::len |
length of attribute value.
uint8_t ble_ams_entity_attr_value_t::value[0] |
Attribute value.