Home
last modified time | relevance | path

Searched refs:ccb_idx (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/stack/avdt/
Davdt_ad.c137 UINT8 ccb_idx; in avdt_ad_tc_tbl_by_st() local
154 ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ad_tc_tbl_by_st()
162 (p_tbl->ccb_idx == ccb_idx) && in avdt_ad_tc_tbl_by_st()
172 (p_tbl->ccb_idx == ccb_idx) && in avdt_ad_tc_tbl_by_st()
234 UINT8 ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ad_tc_tbl_by_type() local
241 if ((p_tbl->tcid == tcid) && (p_tbl->ccb_idx == ccb_idx)) in avdt_ad_tc_tbl_by_type()
283 p_tbl->ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ad_tc_tbl_alloc()
337 p_ccb = avdt_ccb_by_idx(p_tbl->ccb_idx); in avdt_ad_tc_close_ind()
344 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()
379 …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 …]
Davdt_scb_act.c816 p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_hdl_setconfig_cmd()
829 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_hdl_setconfig_cmd()
855 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()
1366 avdt_msg_send_rsp(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), AVDT_SIG_ABORT, in avdt_scb_snd_abort_rsp()
1642 p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_snd_setconfig_req()
1757 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_state()
1775 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_in_use()
1793 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_not_in_use()
Davdt_l2c.c306 p_ccb = avdt_ccb_by_idx(p_tbl->ccb_idx); in avdt_l2c_connect_cfm_cback()
Davdt_ccb_act.c720 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ccb_cmd_fail()
Davdt_int.h520 UINT8 ccb_idx; /* channel control block associated with this tc */ member
Davdt_api.c517 evt.msg.config_cmd.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in AVDT_OpenReq()
Davdt_msg.c1715 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_msg_ind()
/external/bluetooth/bluedroid/stack/include/
Davdt_api.h285 UINT8 ccb_idx; /* For internal use only */ member