Lines Matching full:cid
47 #define L2CAP_PKT_OVERHEAD 4 /* Length and CID */
50 #define L2CAP_CONN_REQ_LEN 4 /* PSM and source CID */
51 #define L2CAP_CONN_RSP_LEN 8 /* Dest CID, source CID, reason, status */
52 #define L2CAP_CONFIG_REQ_LEN 4 /* Dest CID, flags (data is optional) */
53 #define L2CAP_CONFIG_RSP_LEN 6 /* Dest CID, flags, result,data optional*/
54 #define L2CAP_DISC_REQ_LEN 4 /* Dest CID, source CID */
55 #define L2CAP_DISC_RSP_LEN 4 /* Dest CID, source CID */
63 #define L2CAP_AMP_CONN_REQ_LEN 5 /* PSM, CID, and remote controller ID */
64 #define L2CAP_AMP_MOVE_REQ_LEN 3 /* CID and remote controller ID */
65 #define L2CAP_AMP_MOVE_RSP_LEN 4 /* CID and result */
66 #define L2CAP_AMP_MOVE_CFM_LEN 4 /* CID and result */
67 #define L2CAP_AMP_MOVE_CFM_RSP_LEN 2 /* CID */
303 #define L2CAP_FCR_TTYPE_GET_CID 3 /* Returns RFCOMM cid when '0' is passed in cid argument */