Home
last modified time | relevance | path

Searched refs:L2CAP_LE_MIN_CID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h67 #define L2CAP_LE_MIN_CID 0x0040 macro
H A Dl2cap_le.c225 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()
H A Dl2cap_cmn.c51 } else if ((cid >= L2CAP_LE_MIN_CID) && (cid <= L2CAP_LE_MAX_CID)) { in L2capProcessPacket()