avdt_ad_tc_tbl_by_st() function
* Function avdt_ad_tc_tbl_by_st * Description Find adaption layer transport channel table entry matching * the given state. * Returns Pointer to matching entry. For control channel it returns * the matching entry. For media or other it returns the * first matching entry (there could be more than one).
![]()
tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state)![]()
extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state);![]()
p_tbl = avdt_ad_tc_tbl_by_st(AVDT_CHAN_SIG, p_ccb, AVDT_AD_ST_SEC_ACP);![]()
p_tbl = avdt_ad_tc_tbl_by_st(AVDT_CHAN_SIG, p_ccb, AVDT_AD_ST_SEC_INT);![]()
else if ((p_tbl = avdt_ad_tc_tbl_by_st(AVDT_CHAN_SIG, p_ccb, AVDT_AD_ST_CONN)) != NULL) {![]()
else if ((p_tbl = avdt_ad_tc_tbl_by_st(AVDT_CHAN_MEDIA, p_ccb, AVDT_AD_ST_ACP)) != NULL) {![]()
else if ((p_tbl = avdt_ad_tc_tbl_by_st(AVDT_CHAN_REPORT, p_ccb, AVDT_AD_ST_ACP)) != NULL) {
avdt_ad_tc_tbl_by_st() is called by 3 functions and calls 1 function:
![]()
avdt_ad_tc_tbl_by_st()
avdt_ad_tc_tbl_by_st() reads 7 variables:
![]()
avdt_ad_tc_tbl_by_st()