avdt_ad_type_to_tcid() function
* Function avdt_ad_type_to_tcid * Description Derives the TCID from the channel type and SCB. * Returns TCID value.
![]()
UINT8 avdt_ad_type_to_tcid(UINT8 type, tAVDT_SCB *p_scb)![]()
extern UINT8 avdt_ad_type_to_tcid(UINT8 type, tAVDT_SCB *p_scb);![]()
tcid = avdt_ad_type_to_tcid(type, p_scb);![]()
tcid = avdt_ad_type_to_tcid(type, p_scb);![]()
p_tbl->tcid = avdt_ad_type_to_tcid(type, p_scb);![]()
tcid = avdt_ad_type_to_tcid(type, p_scb);![]()
tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb);![]()
p_scb->cs.cfg.mux_tcid_media = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb);![]()
p_scb->cs.cfg.mux_tcid_report = avdt_ad_type_to_tcid(AVDT_CHAN_REPORT, p_scb);![]()
tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb);![]()
tcid = avdt_ad_type_to_tcid(AVDT_CHAN_MEDIA, p_scb);
avdt_ad_type_to_tcid() is called by 8 functions and calls 1 function:
![]()
avdt_ad_type_to_tcid()
avdt_ad_type_to_tcid() reads 2 variables:
![]()
avdt_ad_type_to_tcid()