Searched refs:L2CAP_MIN_CID (Results 1 – 4 of 4) sorted by relevance
178 uint16_t lcid = L2CAP_MIN_CID; in L2capGetNewLcid()448 inst->nextLcid = L2CAP_MIN_CID; in L2capDeleteConnection()
65 #define L2CAP_MIN_CID 0x0080 macro
561 inst->nextLcid = L2CAP_MIN_CID; in L2CAP_Initialize()
46 if (cid >= L2CAP_MIN_CID) { in L2capProcessPacket()