Home
last modified time | relevance | path

Searched refs:L2CAP_MIN_CID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c178 uint16_t lcid = L2CAP_MIN_CID; in L2capGetNewLcid()
448 inst->nextLcid = L2CAP_MIN_CID; in L2capDeleteConnection()
H A Dl2cap_cmn.h65 #define L2CAP_MIN_CID 0x0080 macro
H A Dl2cap.c561 inst->nextLcid = L2CAP_MIN_CID; in L2CAP_Initialize()
H A Dl2cap_cmn.c46 if (cid >= L2CAP_MIN_CID) { in L2capProcessPacket()