Home | History | Annotate | Download | only in avdt

Lines Matching refs:close

312 **                  the channel and sends it a close event.  The reason
324 tAVDT_SCB_TC_CLOSE close;
326 close.old_tc_state = p_tbl->state;
333 p_tbl->tcid, close.old_tc_state);
340 /* if media or other channel, notify scb that channel close */
347 close.tcid = p_tbl->tcid;
348 close.type = avdt_ad_tcid_to_type(p_tbl->tcid);
349 avdt_scb_event(p_scb, AVDT_SCB_TC_CLOSE_EVT, (tAVDT_SCB_EVT *)&close);
595 ** Description This function is called by a CCB or SCB to close a
617 /* if we're listening on this channel, send ourselves a close ind */