From 76d63c91b27ab27e28267b6e5ff252252efd537f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 10 May 2019 10:35:00 +0300 Subject: shared/gatt-client: Add support for EATT features This enables EATT in the Client Features if the EATT characteristic is present in the database. --- attrib/gattrib.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'attrib') diff --git a/attrib/gattrib.c b/attrib/gattrib.c index 57ca01541..8aa0f5eff 100644 --- a/attrib/gattrib.c +++ b/attrib/gattrib.c @@ -275,8 +275,9 @@ static void attrib_callback_result(uint8_t opcode, const void *pdu, free(buf); } -static void attrib_callback_notify(uint8_t opcode, const void *pdu, - uint16_t length, void *user_data) +static void attrib_callback_notify(struct bt_att_chan *chan, uint8_t opcode, + const void *pdu, uint16_t length, + void *user_data) { uint8_t *buf; struct attrib_callbacks *cb = user_data; -- cgit v1.2.1