Searched refs:TYPE_SCO (Results 1 – 4 of 4) sorted by relevance
40 ((t) == TYPE_RFCOMM ? "RFCOMM" : ((t) == TYPE_SCO ? "SCO" : "L2CAP"))55 static const int TYPE_SCO = 2; variable107 case TYPE_SCO: in initSocketNative()207 case TYPE_SCO: in connectNative()292 case TYPE_SCO: in bindListenNative()362 case TYPE_SCO: in acceptNative()
80 /*package*/ static final int TYPE_SCO = 2; field in BluetoothSocket
987 return new BluetoothSocket(BluetoothSocket.TYPE_SCO, -1, true, true, this, -1, null); in createScoSocket()
1090 BluetoothSocket.TYPE_SCO, false, false, -1); in listenUsingScoOn()