Diff between bd36dfff022eb2ad2aa239a3b71ae8f7a1926b07 and 825400c5836fd2a6aeafd3bf2aa2a88480d9d5a5
Changed Files
| File | Additions | Deletions | Status |
| src/shared/gatt-client.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c
index 58ab0b8..fbf90ff 100644
--- a/src/shared/gatt-client.c
+++ b/src/shared/gatt-client.c
@@ -1239,7 +1239,7 @@ static void enable_ccc_callback(uint8_t opcode, const void *pdu,
uint16_t length, void *user_data)
{
struct notify_data *notify_data = user_data;
- uint16_t att_ecode;
+ uint8_t att_ecode;
assert(notify_data->chrc->ccc_write_id);