Home | History | Annotate | Download | only in gap

Lines Matching refs:connection_id

272                 p_ccb->connection_id = cid;
282 p_ccb->connection_id = cid;
315 L2CA_DISCONNECT_REQ (p_ccb->connection_id);
533 UINT8 status = L2CA_DATA_WRITE (p_ccb->connection_id, p_buf);
571 L2CA_CONFIG_REQ (p_ccb->connection_id, p_cfg);
606 if (L2CA_SetIdleTimeout (p_ccb->connection_id, timeout, FALSE))
688 return (p_ccb->connection_id);
757 p_ccb->connection_id = l2cap_cid;
777 GAP_TRACE_EVENT("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id);
835 L2CA_DISCONNECT_REQ (p_ccb->connection_id);
1086 status = L2CA_DATA_WRITE (p_ccb->connection_id, p_buf);
1118 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && (p_ccb->connection_id == cid))