Found 4 other functions taking a
tAVDT_TC_TBL
argument:
* Function avdt_ad_tc_tbl_to_idx * Description Convert a transport channel table entry to an index. * Returns Index value.
* Function avdt_ad_tc_open_ind * Description This function is called by the L2CAP interface when * the L2CAP channel is opened. It looks up the CCB or SCB * for the channel and sends it an open event. * Returns Nothing.
* Function avdt_ad_tc_cong_ind * Description This function is called by the L2CAP interface layer when * L2CAP calls the congestion callback. It looks up the CCB * or SCB for the channel and sends it a congestion event. * The is_congested parameter is the same value passed by * the L2CAP callback function. * Returns Nothing.
* Function avdt_ad_tc_data_ind * Description This function is called by the L2CAP interface layer when * incoming data is received from L2CAP. It looks up the CCB * or SCB for the channel and routes the data accordingly. * Returns Nothing.