Searched refs:bluetoothProxy (Results 1 – 1 of 1) sorted by relevance
390 IBluetooth bluetoothProxy = in connect() local392 if (bluetoothProxy == null) throw new IOException("Bluetooth is off"); in connect()393 mPfd = bluetoothProxy.getSocketManager().connectSocket(mDevice, mType, in connect()429 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(null); in bindListen()430 if (bluetoothProxy == null) { in bindListen()436 mPfd = bluetoothProxy.getSocketManager().createSocketChannel(mType, mServiceName, in bindListen()690 IBluetooth bluetoothProxy = in requestMaximumTxDataLength() local692 if (bluetoothProxy == null) { in requestMaximumTxDataLength()697 bluetoothProxy.getSocketManager().requestMaximumTxDataLength(mDevice); in requestMaximumTxDataLength()