Home | History | Annotate | Download | only in ag

Lines Matching refs:open

84 ** Description      Send open callback event to application.
92 tBTA_AG_OPEN open;
94 /* call app callback with open event */
95 open.hdr.handle = bta_ag_scb_to_idx(p_scb);
96 open.hdr.app_id = p_scb->app_id;
97 open.status = status;
98 open.service_id = bta_ag_svc_id[p_scb->conn_service];
101 /* if p_data is provided then we need to pick the bd address from the open api structure */
102 bdcpy(open.bd_addr, p_data->api_open.bd_addr);
106 bdcpy(open.bd_addr, p_scb->peer_addr);
109 (*bta_ag_cb.p_cback)(BTA_AG_OPEN_EVT, (tBTA_AG *) &open);
195 ** Description This starts an AG open.
342 /* call open cback w. failure */
350 ** Description open connection failed.
358 /* call open cback w. failure */
389 /* call open cback w. failure */
490 ** Description Handle RFCOMM channel open.
513 /* call app open call-out */
527 /* else service level conn is open */
536 ** Description Handle RFCOMM channel open when accepting connection.
619 /* continue with common open processing */
685 /* if SCO is open close SCO and wait on RFCOMM close */
704 ** Description Perform post-SCO open action, if any