Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSocketMetrics.java52 int connType, in logSocketConnect() argument
63 if (connType == BluetoothSocket.TYPE_L2CAP_LE) { in logSocketConnect()
76 } else if (connType == BluetoothSocket.TYPE_RFCOMM) { in logSocketConnect()
89 Log.d(TAG, "No metrics for connection type " + connType); in logSocketConnect()
96 int connType, in logSocketAccept() argument
103 if (connType != BluetoothSocket.TYPE_L2CAP_LE) { in logSocketAccept()