Searched refs:L2CAP_FIRST_CID (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DChannelInterface.cpp39 cid = (cid == L2CAP_LAST_CID) ? L2CAP_FIRST_CID : cid + 1;
H A DConnectionInterface.cpp62 conn->lastCid = L2CAP_FIRST_CID;
/haiku/headers/private/bluetooth/
H A Dl2cap.h53 #define L2CAP_FIRST_CID 0x0040 /* dynamically alloc. (start) */ macro

Completed in 51 milliseconds