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

/haiku/headers/private/bluetooth/
H A Dl2cap.h13 * can have open simultaneously is (L2CAP_LAST_CID - L2CAP_FIRST_CID) = 65471.
19 #define L2CAP_FIRST_CID 0x0040 macro
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp30 fNextIdent = L2CAP_FIRST_CID;
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp17 fNextChannelID(L2CAP_FIRST_CID)
82 for (uint16 i = 0; i < (L2CAP_LAST_CID - L2CAP_FIRST_CID); i++) {
85 if (fNextChannelID < L2CAP_FIRST_CID)
86 fNextChannelID = L2CAP_FIRST_CID;

Completed in 38 milliseconds