Searched refs:BluetoothSocket (Results 1 – 2 of 2) sorted by relevance
23 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()
239 class BluetoothSocket(btsocket.socket): class255 super(BluetoothSocket, self).__init__(family=btsocket.AF_BLUETOOTH,459 class BluetoothControlSocket(BluetoothSocket):1138 class BluetoothRawSocket(BluetoothSocket):