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 */
542 ** Function GAP_ConnOpen
549 GAP_API extern UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server,
587 ** Parameters: handle - Handle returned in the GAP_ConnOpen
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c91 ** Function GAP_ConnOpen
121 UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server, function
180 GAP_TRACE_ERROR1 ("GAP_ConnOpen: Failure registering PSM 0x%04x", psm);
246 ** Parameters: handle - Handle of the connection returned by GAP_ConnOpen
351 ** Parameters: handle - Handle returned in the GAP_ConnOpen
644 ** Parameters: handle - Handle of the connection returned by GAP_ConnOpen
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c1612 if( (handle = GAP_ConnOpen("", sec_id, 0, cc->peer_bd_addr, cc->remote_psm,
1764 (handle = GAP_ConnOpen("JV L2CAP", sec_id, 1, 0, ls->local_psm, &cfg,

Completed in 113 milliseconds