Home
last modified time | relevance | path

Searched refs:BTA_JvL2capConnect (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_jv_api.h557 tBTA_JV_STATUS BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
/system/bt/btif/src/
Dbtif_sock_l2cap.c950 if (BTA_JvL2capConnect(BTA_JV_CONN_TYPE_L2CAP_LE, sock->security, 0, NULL, in btsock_l2cap_listen_or_connect()
957 if (BTA_JvL2capConnect(BTA_JV_CONN_TYPE_L2CAP, sock->security, 0, &obex_l2c_etm_opt, in btsock_l2cap_listen_or_connect()
/system/bt/bta/jv/
Dbta_jv_api.c362 tBTA_JV_STATUS BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect() function