Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bluetooth/btpand/
Dbtpand.h52 #ifndef L2CAP_PSM_INVALID
53 #define L2CAP_PSM_INVALID(psm) (((psm) & 0x0101) != 0x0001) macro
Dbtpand.c143 || ul > 0xffff || L2CAP_PSM_INVALID(ul)) in main()