Home | History | Annotate | Download | only in avrc

Lines Matching defs:cc

824     tAVCT_CC    cc;
826 cc.p_ctrl_cback = avrc_ctrl_cback; /* Control callback */
827 cc.p_msg_cback = avrc_msg_cback; /* Message callback */
828 cc.pid = UUID_SERVCLASS_AV_REMOTE_CONTROL; /* Profile ID */
829 cc.role = p_ccb->conn; /* Initiator/acceptor role */
830 cc.control = p_ccb->control; /* Control role (Control/Target) */
832 status = AVCT_CreateConn(p_handle, &cc, peer_addr);
841 AVRC_TRACE_DEBUG4("AVRC_Open role: %d, control:%d status:%d, handle:%d", cc.role, cc.control,