Searched refs:BluetoothSocket (Results 1 – 7 of 7) sorted by relevance
21 import android.bluetooth.BluetoothSocket;39 private BluetoothSocket mSocket;47 BluetoothConnection(BluetoothSocket mSocket) throws IOException { in BluetoothConnection()51 BluetoothConnection(BluetoothSocket mSocket, BluetoothServerSocket mServerSocket) in BluetoothConnection()257 Field field = BluetoothSocket.class.getDeclaredField("mPfd"); in clearFileDescriptor()
23 import android.bluetooth.BluetoothSocket;330 BluetoothSocket socket = mConnectThread.getSocket(); in bluetoothSocketRequestMaximumTxDataLength()678 private final BluetoothSocket mSocket;683 BluetoothSocket tmp = null; in ConnectThread()699 BluetoothSocket tmp = null; in ConnectThread()751 public BluetoothSocket getSocket() { in getSocket()764 private BluetoothSocket mSocket;841 public BluetoothSocket getSocket() { in getSocket()
6 import android.bluetooth.BluetoothSocket;17 BluetoothSocket bluetoothSocket;23 bluetoothSocket = Shadow.newInstanceOf(BluetoothSocket.class); in setUp()
3 import android.bluetooth.BluetoothSocket;12 @Implements(BluetoothSocket.class)
7 import android.bluetooth.BluetoothSocket;35 return Math.abs(uuid.hashCode() % BluetoothSocket.MAX_RFCOMM_CHANNEL) + 1; in getPort()
11 import android.bluetooth.BluetoothSocket;56 BluetoothSocket.TYPE_RFCOMM, /*auth=*/ false, /*encrypt=*/ false, new ParcelUuid(uuid)); in listenUsingInsecureRfcommWithServiceRecord()
239 class BluetoothSocket(btsocket.socket): class255 super(BluetoothSocket, self).__init__(family=btsocket.AF_BLUETOOTH,459 class BluetoothControlSocket(BluetoothSocket):1163 class BluetoothRawSocket(BluetoothSocket):