Searched refs:L2CAP_LE_MIN_CID (Results 1 – 3 of 3) sorted by relevance
67 #define L2CAP_LE_MIN_CID 0x0040 macro
225 uint16_t lcid = L2CAP_LE_MIN_CID; in L2capLeGetNewLcid()370 inst->nextLcid = L2CAP_LE_MIN_CID; in L2capLeDeleteConnection()1795 inst->nextLcid = L2CAP_LE_MIN_CID; in L2CAP_LeInitialize()
51 } else if ((cid >= L2CAP_LE_MIN_CID) && (cid <= L2CAP_LE_MAX_CID)) { in L2capProcessPacket()