Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java23 import android.bluetooth.BluetoothSocket;
345 private final BluetoothSocket mmSocket;
348 BluetoothSocket tmp = null; in ConnectThread()
381 public BluetoothSocket getSocket() { in getSocket()
390 private BluetoothSocket mmSocket;
435 public BluetoothSocket getSocket() { in getSocket()
444 private BluetoothSocket mSocket;
452 public BluetoothConnection(BluetoothSocket mSocket) throws IOException { in BluetoothConnection()
456 public BluetoothConnection(BluetoothSocket mSocket, BluetoothServerSocket mServerSocket) in BluetoothConnection()
562 Field field = BluetoothSocket.class.getDeclaredField("mPfd"); in clearFileDescriptor()
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py239 class BluetoothSocket(btsocket.socket): class
255 super(BluetoothSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
459 class BluetoothControlSocket(BluetoothSocket):
1138 class BluetoothRawSocket(BluetoothSocket):