Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java385 IBluetooth bluetoothProxy = in connect() local
387 if (bluetoothProxy == null) throw new IOException("Bluetooth is off"); in connect()
388 mPfd = bluetoothProxy.getSocketManager().connectSocket(mDevice, mType, in connect()
424 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(null); in bindListen()
425 if (bluetoothProxy == null) { in bindListen()
431 mPfd = bluetoothProxy.getSocketManager().createSocketChannel(mType, mServiceName, in bindListen()
694 IBluetooth bluetoothProxy = in requestMaximumTxDataLength() local
696 if (bluetoothProxy == null) { in requestMaximumTxDataLength()
701 bluetoothProxy.getSocketManager().requestMaximumTxDataLength(mDevice); in requestMaximumTxDataLength()