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: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
Mariusz Skamra 2019-09-16 13:19:02 +02:00 committed by Carles Cufí
commit 9828b0fae8

View file

@ -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 {