Found 4 other functions taking a
tAVDT_TC_TBL
argument:
* Function avdt_ad_tc_close_ind * Description This function is called by the L2CAP interface when the * L2CAP channel is closed. It looks up the CCB or SCB for * the channel and sends it a close event. The reason * parameter is the same value passed by the L2CAP * callback function. * Returns Nothing.
* 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.