avdt_ad_close_req() function
* Function avdt_ad_close_req * Description This function is called by a CCB or SCB to close a * transport channel. The function looks up the LCID for the * channel and calls L2CA_DisconnectReq(). * Returns Nothing.
![]()
void avdt_ad_close_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb)![]()
extern void avdt_ad_close_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb);![]()
avdt_ad_close_req(AVDT_CHAN_SIG, p_ccb, NULL);![]()
avdt_ad_close_req(AVDT_CHAN_REPORT, p_scb->p_ccb, p_scb);![]()
avdt_ad_close_req(AVDT_CHAN_MEDIA, p_scb->p_ccb, p_scb);
avdt_ad_close_req() is called by 2 functions and calls 7 functions:
![]()
avdt_ad_close_req()
avdt_ad_close_req() reads 7 variables:
![]()
avdt_ad_close_req()