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

  /src/sys/netbt/
l2cap_upper.c 78 chan->lc_state = L2CAP_CLOSED;
205 chan->lc_state = L2CAP_CLOSED;
242 if (chan->lc_state == L2CAP_CLOSED
275 if (chan->lc_state != L2CAP_CLOSED)
402 if (chan->lc_state == L2CAP_CLOSED) {
458 else if (chan->lc_state == L2CAP_CLOSED)
l2cap_lower.c 69 if (chan->lc_state == L2CAP_CLOSED)
96 chan->lc_state = L2CAP_CLOSED;
l2cap_misc.c 204 if (chan && chan->lc_state != L2CAP_CLOSED)
223 if (chan->lc_lcid != L2CAP_NULL_CID || chan->lc_state != L2CAP_CLOSED)
l2cap.h 401 #define L2CAP_CLOSED 0 /* closed */
l2cap_signal.c 226 if (chan != NULL && chan->lc_state != L2CAP_CLOSED)
313 new->lc_state = L2CAP_CLOSED;
893 if (chan->lc_state != L2CAP_CLOSED)

Completed in 51 milliseconds