Diff between 61b5700e40f6c6c2197751ca06aa2abf6aff9c14 and c89d0f20d9a4a786cd0346ab35123b2259e4bb5d
Changed Files
| File | Additions | Deletions | Status |
| src/shared/att.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/att.c b/src/shared/att.c
index abcf3bb..74a9150 100644
--- a/src/shared/att.c
+++ b/src/shared/att.c
@@ -184,7 +184,7 @@ struct att_send_op {
unsigned int id;
unsigned int timeout_id;
enum att_op_type type;
- uint16_t opcode;
+ uint8_t opcode;
void *pdu;
uint16_t len;
bt_att_response_func_t callback;