Searched refs:GAP_ConnOpen (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dgap_api.h69 /* GAP_ConnOpen() - optional channels to negotiate */
543 ** Function GAP_ConnOpen
550 GAP_API extern UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server,
588 ** Parameters: handle - Handle returned in the GAP_ConnOpen
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c92 ** Function GAP_ConnOpen
122 UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server, function
181 GAP_TRACE_ERROR ("GAP_ConnOpen: Failure registering PSM 0x%04x", psm);
247 ** Parameters: handle - Handle of the connection returned by GAP_ConnOpen
352 ** Parameters: handle - Handle returned in the GAP_ConnOpen
645 ** Parameters: handle - Handle of the connection returned by GAP_ConnOpen
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c1599 if( (handle = GAP_ConnOpen("", sec_id, 0, cc->peer_bd_addr, cc->remote_psm,
1694 (handle = GAP_ConnOpen("JV L2CAP", sec_id, 1, 0, ls->local_psm, &cfg,

Completed in 37 milliseconds