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:
parent
be8cb89ebd
commit
9828b0fae8
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue