Home | History | Annotate | Download | only in ag

Lines Matching refs:close

223     /* close servers */
405 tBTA_AG_HDR close;
434 close.handle = bta_ag_scb_to_idx(p_scb);
435 close.app_id = p_scb->app_id;
439 /* call close call-out */
440 bta_ag_co_data_close(close.handle);
442 /* call close cback */
443 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG *) &close);
478 /* else close port and deallocate scb */
613 /* close any unopened server */
685 /* if SCO is open close SCO and wait on RFCOMM close */
733 ** Description Perform post-SCO close action, if any
766 /* Sending callsetup IND and Ring were defered to after SCO close. */