Searched refs:L2CAP_FIRST_IDENT (Results 1 - 2 of 2) sorted by path

/haiku/headers/private/bluetooth/
H A Dl2cap.h25 * L2CAP_SIGNALING_CID. Thus only (L2CAP_LAST_IDENT - L2CAP_FIRST_IDENT),
28 #define L2CAP_FIRST_IDENT 0x01 macro
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp231 if (ident < L2CAP_FIRST_IDENT)
232 ident = L2CAP_FIRST_IDENT;
241 if (ident < L2CAP_FIRST_IDENT)
242 ident = L2CAP_FIRST_IDENT;

Completed in 64 milliseconds