struct rdtss_16bit_val_write_ind
{
/// Connection index
uint8_t conidx;
/// Handle of the attribute that has to be written
uint16_t handle;
/// Data length to be written
uint16_t length;
/// Data to be written in attribute database
uint8_t value[__ARRAY_EMPTY];
};