mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
l2cap: add missing reject error codes
This commit is contained in:
parent
9cb061cb22
commit
93778f0791
@ -108,7 +108,9 @@ typedef enum {
|
|||||||
|
|
||||||
// L2CAP Reject Result Codes
|
// L2CAP Reject Result Codes
|
||||||
#define L2CAP_REJ_CMD_UNKNOWN 0x0000
|
#define L2CAP_REJ_CMD_UNKNOWN 0x0000
|
||||||
|
#define L2CAP_REJ_MTU_EXCEEDED 0x0001
|
||||||
|
#define L2CAP_REJ_INVALID_CID 0x0002
|
||||||
|
|
||||||
// Response Timeout eXpired
|
// Response Timeout eXpired
|
||||||
#define L2CAP_RTX_TIMEOUT_MS 10000
|
#define L2CAP_RTX_TIMEOUT_MS 10000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user