Searched refs:ccb_idx (Results 1 – 8 of 8) sorted by relevance
134 UINT8 ccb_idx; in avdt_ad_tc_tbl_by_st() local146 ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ad_tc_tbl_by_st()152 (p_tbl->ccb_idx == ccb_idx) && in avdt_ad_tc_tbl_by_st()159 (p_tbl->ccb_idx == ccb_idx) && in avdt_ad_tc_tbl_by_st()216 UINT8 ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ad_tc_tbl_by_type() local222 if ((p_tbl->tcid == tcid) && (p_tbl->ccb_idx == ccb_idx)) { in avdt_ad_tc_tbl_by_type()262 p_tbl->ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ad_tc_tbl_alloc()318 p_ccb = avdt_ccb_by_idx(p_tbl->ccb_idx); in avdt_ad_tc_close_ind()325 p_scb = avdt_scb_by_hdl(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].scb_hdl); in avdt_ad_tc_close_ind()359 …L2CA_SetTxPriority(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][AVDT_CHAN_SIG].lcid, L2CAP_CHNL_PRIORITY_HIGH… in avdt_ad_tc_open_ind()[all …]
796 p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_hdl_setconfig_cmd()807 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_hdl_setconfig_cmd()831 avdt_ccb_event(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), AVDT_CCB_UL_CLOSE_EVT, NULL); in avdt_scb_hdl_setconfig_rej()1358 avdt_msg_send_rsp(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), AVDT_SIG_ABORT, in avdt_scb_snd_abort_rsp()1622 p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_snd_setconfig_req()1741 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_state()1761 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_in_use()1781 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_not_in_use()
294 p_ccb = avdt_ccb_by_idx(p_tbl->ccb_idx); in avdt_l2c_connect_cfm_cback()424 if ((p_ccb = avdt_ccb_by_idx(p_tbl->ccb_idx)) != NULL) { in avdt_l2c_disconnect_ind_cback()
696 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ccb_cmd_fail()
531 evt.msg.config_cmd.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in AVDT_OpenReq()
1643 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_msg_ind()
285 UINT8 ccb_idx; /* For internal use only */ member
522 UINT8 ccb_idx; /* channel control block associated with this tc */ member