Commit 0bab5dce authored by Mariusz Skamra's avatar Mariusz Skamra Committed by Anas Nashif
Browse files

Bluetooth: tester: Adapt to BTP Get Attribute Value API change



Adapt the gatt_get_attribute_value_cmd to recent changes in API.

Signed-off-by: default avatarMariusz Skamra <mariusz.skamra@codecoup.pl>
parent feef3a64
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -577,6 +577,8 @@ struct gatt_attr {

#define GATT_GET_ATTRIBUTE_VALUE	0x1d
struct gatt_get_attribute_value_cmd {
	u8_t address_type;
	u8_t address[6];
	u16_t handle;
} __packed;
struct gatt_get_attribute_value_rp {