Home | History | Annotate | Download | only in gap

Lines Matching full:con_state

210         p_ccb->con_state = GAP_CCB_STATE_LISTENING;
219 p_ccb->con_state = GAP_CCB_STATE_CONN_SETUP;
261 if (p_ccb->con_state != GAP_CCB_STATE_LISTENING)
366 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED)
446 if (p_ccb->con_state != GAP_CCB_STATE_CONNECTED)
514 if (p_ccb->con_state != GAP_CCB_STATE_CONNECTED)
593 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED)
656 if ((p_ccb) && (p_ccb->con_state > GAP_CCB_STATE_LISTENING))
735 if ((p_ccb->con_state == GAP_CCB_STATE_LISTENING)
754 p_ccb->con_state = GAP_CCB_STATE_CFG_SETUP;
785 p_ccb->con_state = GAP_CCB_STATE_CONNECTED;
806 p_ccb->con_state, p_ccb->con_flags, res);
807 if (p_ccb->con_state == GAP_CCB_STATE_IDLE)
850 if ((result == L2CAP_CONN_OK) && (p_ccb->con_state == GAP_CCB_STATE_CONN_SETUP))
852 p_ccb->con_state = GAP_CCB_STATE_CFG_SETUP;
1003 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED)
1085 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && (p_ccb->connection_id == cid))
1113 if (p_ccb->con_state != GAP_CCB_STATE_IDLE)
1139 if (p_ccb->con_state == GAP_CCB_STATE_IDLE)
1179 p_ccb->con_state = GAP_CCB_STATE_IDLE;
1184 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && (p_ccb->psm == psm))
1243 if (p_ccb->con_state != GAP_CCB_STATE_CONNECTED)