Home | History | Annotate | Download | only in l2cap

Lines Matching refs:link_state

108         p_lcb->link_state = LST_CONNECTING;
116 if ((p_lcb->link_state == LST_CONNECTING) || (p_lcb->link_state == LST_CONNECT_HOLDING))
127 p_lcb->link_state = LST_CONNECTING;
130 else if (p_lcb->link_state == LST_DISCONNECTING)
138 p_lcb->link_state);
180 if (p_lcb->link_state != LST_CONNECTING)
182 L2CAP_TRACE_ERROR ("L2CAP got conn_comp in bad state: %d status: 0x%d", p_lcb->link_state, status);
196 p_lcb->link_state = LST_CONNECTED;
243 p_lcb->link_state = LST_CONNECT_HOLDING;
249 p_lcb->link_state = LST_DISCONNECTING;
271 p_lcb->link_state = LST_CONNECTING;
386 p_lcb->link_state = LST_DISCONNECTING;
527 p_lcb->link_state, p_lcb->ccb_queue.p_first_ccb, p_lcb->is_bonding);
530 if ((p_lcb->link_state == LST_CONNECTING_WAIT_SWITCH) ||
531 (p_lcb->link_state == LST_CONNECTING) ||
532 (p_lcb->link_state == LST_CONNECT_HOLDING) ||
533 (p_lcb->link_state == LST_DISCONNECTING))
548 if (p_lcb->link_state == LST_CONNECTING &&
559 if (p_lcb->link_state == LST_CONNECTED)
597 p_lcb->link_state = LST_DISCONNECTING;
604 p_lcb->link_state = LST_DISCONNECTING;
616 p_lcb->link_state = LST_DISCONNECTING;
668 if ((p_lcb->link_state != LST_DISCONNECTED) &&
669 (p_lcb->link_state != LST_DISCONNECTING))
805 if ( (p_lcb->link_state == LST_CONNECTED)
1019 if ((p_lcb->in_use) && (p_lcb->link_state == LST_CONNECTING_WAIT_SWITCH))
1179 || (p_lcb->link_state != LST_CONNECTED)
1221 || (p_lcb->link_state != LST_CONNECTED)
1762 if (p_lcb->link_state == LST_CONNECTED)