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

  /src/sys/netbt/
l2cap_signal.c 334 new->lc_flags |= (L2CAP_WAIT_CONFIG_REQ | L2CAP_WAIT_CONFIG_RSP);
394 chan->lc_flags |= (L2CAP_WAIT_CONFIG_REQ | L2CAP_WAIT_CONFIG_RSP);
445 || (chan->lc_flags & L2CAP_WAIT_CONFIG_REQ) == 0) {
614 chan->lc_flags &= ~L2CAP_WAIT_CONFIG_REQ;
704 if ((chan->lc_flags & L2CAP_WAIT_CONFIG_REQ) == 0) {
l2cap.h 411 #define L2CAP_WAIT_CONFIG_REQ (1<<1) /* waiting for config request */
hci_link.c 395 chan->lc_flags |= (L2CAP_WAIT_CONFIG_RSP | L2CAP_WAIT_CONFIG_REQ);

Completed in 13 milliseconds