Home
last modified time | relevance | path

Searched refs:L2CAP_PSM_INVALID (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bluetooth/btpand/
H A Dbtpand.h51 #ifndef L2CAP_PSM_INVALID
52 #define L2CAP_PSM_INVALID(psm) (((psm) & 0x0101) != 0x0001) macro
H A Dbtpand.c138 || ul > 0xffff || L2CAP_PSM_INVALID(ul)) in main()