Home | History | Annotate | Download | only in ag

Lines Matching refs:close

223     /* close servers */
409 tBTA_AG_CLOSE close;
443 close.hdr.handle = bta_ag_scb_to_idx(p_scb);
444 close.hdr.app_id = p_scb->app_id;
445 bdcpy(close.bd_addr, p_scb->peer_addr);
449 /* call close call-out */
450 bta_ag_co_data_close(close.hdr.handle);
452 /* call close cback */
453 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG *) &close);
488 /* else close port and deallocate scb */
623 /* close any unopened server */
696 /* if SCO is open close SCO and wait on RFCOMM close */
744 ** Description Perform post-SCO close action, if any
777 /* Sending callsetup IND and Ring were defered to after SCO close. */