Searched refs:agg_format_conv (Results 1 – 1 of 1) sorted by relevance
322 struct agg_format_t agg_format_conv; in read_agg_format() local324 agg_format_conv.field_a = sys_cpu_to_le16(value->field_a); in read_agg_format()325 agg_format_conv.field_b = sys_cpu_to_le16(value->field_b); in read_agg_format()326 agg_format_conv.field_c = sys_cpu_to_le16(value->field_c); in read_agg_format()328 return bt_gatt_attr_read(conn, attr, buf, len, offset, &agg_format_conv, in read_agg_format()329 sizeof(agg_format_conv)); in read_agg_format()