Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avdt/
Davdt_ad.cc43 if (tc.ccb_idx >= AVDT_NUM_LINKS) { in LookupAvdtpScb()
44 log::error("AvdtpScb entry not found: invalid ccb_idx:{}", tc.ccb_idx); in LookupAvdtpScb()
51 const AvdtpRoutingEntry& re = rt_tbl[tc.ccb_idx][tc.tcid]; in LookupAvdtpScb()
52 log::verbose("ccb_idx:{} tcid:{} scb_hdl:{}", tc.ccb_idx, tc.tcid, in LookupAvdtpScb()
147 uint8_t ccb_idx; in avdt_ad_tc_tbl_by_st() local
158 ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ad_tc_tbl_by_st()
163 if ((p_tbl->tcid == 0) && (p_tbl->ccb_idx == ccb_idx) && in avdt_ad_tc_tbl_by_st()
169 if ((p_tbl->tcid > 0) && (p_tbl->ccb_idx == ccb_idx) && in avdt_ad_tc_tbl_by_st()
220 uint8_t ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ad_tc_tbl_by_type() local
226 if ((p_tbl->tcid == tcid) && (p_tbl->ccb_idx == ccb_idx)) { in avdt_ad_tc_tbl_by_type()
[all …]
Davdt_scb_act.cc577 AvdtpCcb* p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_hdl_setconfig_cmd()
583 p_scb->ScbHandle(), p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_hdl_setconfig_cmd()
602 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_hdl_setconfig_cmd()
627 avdt_ccb_event(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_hdl_setconfig_rej()
1064 avdt_msg_send_rsp(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), AVDT_SIG_ABORT, in avdt_scb_snd_abort_rsp()
1312 AvdtpCcb* p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_snd_setconfig_req()
1318 p_scb->ScbHandle(), p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_snd_setconfig_req()
1418 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_state()
1435 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_in_use()
1452 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), in avdt_scb_rej_not_in_use()
Davdt_int.h649 ccb_idx(0), in AvdtpTransportChannel()
658 ccb_idx = 0; in Reset()
667 uint8_t ccb_idx; // Channel control block for with this transport channel variable
Davdt_l2c.cc256 p_ccb = avdt_ccb_by_idx(p_tbl->ccb_idx); in avdt_l2c_connect_cfm_cback()
Davdt_ccb_act.cc700 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_ccb_cmd_fail()
Davdt_api.cc481 evt.msg.config_cmd.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in AVDT_OpenReq()
Davdt_msg.cc1549 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb); in avdt_msg_ind()
/packages/modules/Bluetooth/system/stack/include/
Davdt_api.h394 uint8_t ccb_idx; /* For internal use only */ member