Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java390 IBluetooth bluetoothProxy = in connect() local
392 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() local
692 if (bluetoothProxy == null) { in requestMaximumTxDataLength()
697 bluetoothProxy.getSocketManager().requestMaximumTxDataLength(mDevice); in requestMaximumTxDataLength()