Lines Matching +full:0 +full:x0000

15 #define BT_L2CAP_CID_BR_SIG             0x0001
16 #define BT_L2CAP_CID_BR_SMP 0x0007
17 #define BT_L2CAP_PSM_RFCOMM 0x0003
30 #define BT_L2CAP_REJ_NOT_UNDERSTOOD 0x0000
31 #define BT_L2CAP_REJ_MTU_EXCEEDED 0x0001
32 #define BT_L2CAP_REJ_INVALID_CID 0x0002
34 #define BT_L2CAP_CMD_REJECT 0x01
37 uint8_t data[0];
45 #define BT_L2CAP_CONN_REQ 0x02
52 #define BT_L2CAP_CS_NO_INFO 0x0000
53 #define BT_L2CAP_CS_AUTHEN_PEND 0x0001
56 #define BT_L2CAP_BR_SUCCESS 0x0000
57 #define BT_L2CAP_BR_PENDING 0x0001
58 #define BT_L2CAP_BR_ERR_PSM_NOT_SUPP 0x0002
59 #define BT_L2CAP_BR_ERR_SEC_BLOCK 0x0003
60 #define BT_L2CAP_BR_ERR_NO_RESOURCES 0x0004
61 #define BT_L2CAP_BR_ERR_INVALID_SCID 0x0006
62 #define BT_L2CAP_BR_ERR_SCID_IN_USE 0x0007
64 #define BT_L2CAP_CONN_RSP 0x03
72 #define BT_L2CAP_CONF_SUCCESS 0x0000
73 #define BT_L2CAP_CONF_UNACCEPT 0x0001
74 #define BT_L2CAP_CONF_REJECT 0x0002
75 #define BT_L2CAP_CONF_UNKNOWN_OPT 0x0003
76 #define BT_L2CAP_CONF_PENDING 0x0004
77 #define BT_L2CAP_CONF_FLOW_SPEC_REJECT 0x0005
79 #define BT_L2CAP_CONF_FLAGS_C BIT(0)
82 #define BT_L2CAP_CONF_REQ 0x04
86 uint8_t data[0];
89 #define BT_L2CAP_CONF_RSP 0x05
94 uint8_t data[0];
98 #define BT_L2CAP_CONF_OPT_MTU 0x01
99 #define BT_L2CAP_CONF_OPT_FLUSH_TIMEOUT 0x02
100 #define BT_L2CAP_CONF_OPT_QOS 0x03
101 #define BT_L2CAP_CONF_OPT_RET_FC 0x04
102 #define BT_L2CAP_CONF_OPT_FCS 0x05
103 #define BT_L2CAP_CONF_OPT_EXT_FLOW_SPEC 0x06
104 #define BT_L2CAP_CONF_OPT_EXT_WIN_SIZE 0x07
107 #define BT_L2CAP_CONF_HINT 0x80
108 #define BT_L2CAP_CONF_MASK 0x7f
113 uint8_t data[0];
124 #define BT_L2CAP_QOS_TYPE_NO_TRAFFIC 0x00
125 #define BT_L2CAP_QOS_TYPE_BEST_EFFORT 0x01
126 #define BT_L2CAP_QOS_TYPE_GUARANTEED 0x02
137 #define BT_L2CAP_RET_FC_MODE_BASIC 0x00
138 #define BT_L2CAP_RET_FC_MODE_RET 0x01
139 #define BT_L2CAP_RET_FC_MODE_FC 0x02
140 #define BT_L2CAP_RET_FC_MODE_ENH_RET 0x03
141 #define BT_L2CAP_RET_FC_MODE_STREAM 0x04
151 #define BT_L2CAP_FCS_TYPE_NO 0x00
152 #define BT_L2CAP_FCS_TYPE_16BIT 0x01
157 #define BT_L2CAP_DISCONN_REQ 0x06
163 #define BT_L2CAP_DISCONN_RSP 0x07
169 #define BT_L2CAP_INFO_FEAT_MASK 0x0002
170 #define BT_L2CAP_INFO_FIXED_CHAN 0x0003
172 #define BT_L2CAP_INFO_REQ 0x0a
178 #define BT_L2CAP_INFO_SUCCESS 0x0000
179 #define BT_L2CAP_INFO_NOTSUPP 0x0001
181 #define BT_L2CAP_INFO_RSP 0x0b
185 uint8_t data[0];