1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-17 10:20:50 +00:00

l2cap: add missing reject error codes

This commit is contained in:
Matthias Ringwald 2023-12-12 16:34:46 +01:00
parent 9cb061cb22
commit 93778f0791

@ -108,6 +108,8 @@ typedef enum {
// L2CAP Reject Result Codes
#define L2CAP_REJ_CMD_UNKNOWN 0x0000
#define L2CAP_REJ_MTU_EXCEEDED 0x0001
#define L2CAP_REJ_INVALID_CID 0x0002
// Response Timeout eXpired
#define L2CAP_RTX_TIMEOUT_MS 10000