mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
l2cap-ertm: add l2cap configuration result defines
This commit is contained in:
parent
85ddcd8496
commit
5b1804341c
@ -683,7 +683,12 @@ typedef enum {
|
||||
#define L2CAP_CID_SECURITY_MANAGER_PROTOCOL 0x0006
|
||||
|
||||
// L2CAP Configuration Result Codes
|
||||
#define L2CAP_CONF_RESULT_UNKNOWN_OPTIONS 0x0003
|
||||
#define L2CAP_CONF_RESULT_SUCCESS 0x0000
|
||||
#define L2CAP_CONF_RESULT_UNACCEPTABLE_PARAMETERS 0x0001
|
||||
#define L2CAP_CONF_RESULT_REJECT 0x0002
|
||||
#define L2CAP_CONF_RESULT_UNKNOWN_OPTIONS 0x0003
|
||||
#define L2CAP_CONF_RESULT_PENDING 0x0004
|
||||
#define L2CAP_CONF_RESULT_FLOW_SPEC_REJECTED 0x0005
|
||||
|
||||
// L2CAP Reject Result Codes
|
||||
#define L2CAP_REJ_CMD_UNKNOWN 0x0000
|
||||
|
Loading…
x
Reference in New Issue
Block a user