HomeSort by: relevance | last modified time | path
    Searched refs:L2CAP_OPT_CFLAG_BIT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netbt/
l2cap.h 157 #define L2CAP_OPT_CFLAG_BIT 0x0001
158 #define L2CAP_OPT_CFLAG(flags) ((flags) & L2CAP_OPT_CFLAG_BIT)
l2cap_signal.c 611 if ((cp.flags & L2CAP_OPT_CFLAG_BIT) == 0
673 if ((cp.flags & L2CAP_OPT_CFLAG_BIT)) {
701 if ((cp.flags & L2CAP_OPT_CFLAG_BIT) == 0) {
784 if ((cp.flags & L2CAP_OPT_CFLAG_BIT) == 0)
840 if ((cp.flags & L2CAP_OPT_CFLAG_BIT) == 0)

Completed in 13 milliseconds