Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java401 IBluetooth bluetoothProxy = in connect() local
403 if (bluetoothProxy == null) throw new IOException("Bluetooth is off"); in connect()
404 mPfd = bluetoothProxy.getSocketManager().connectSocket(mDevice, mType, in connect()
441 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in bindListen()
442 if (bluetoothProxy == null) { in bindListen()
448 mPfd = bluetoothProxy.getSocketManager().createSocketChannel(mType, mServiceName, in bindListen()
708 IBluetooth bluetoothProxy = in requestMaximumTxDataLength() local
710 if (bluetoothProxy == null) { in requestMaximumTxDataLength()
715 bluetoothProxy.getSocketManager().requestMaximumTxDataLength(mDevice); in requestMaximumTxDataLength()