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

/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DChannelInterface.cpp57 if (ident < L2CAP_FIRST_IDENT)
58 ident = L2CAP_FIRST_IDENT;
68 if (ident < L2CAP_FIRST_IDENT)
69 ident = L2CAP_FIRST_IDENT;
H A DConnectionInterface.cpp63 conn->lastIdent = L2CAP_FIRST_IDENT;
/haiku/headers/private/bluetooth/
H A Dl2cap.h64 #define L2CAP_FIRST_IDENT 0x01 /* dynamically alloc. (start) */ macro

Completed in 208 milliseconds