Searched refs:bluetoothProxy (Results 1 – 1 of 1) sorted by relevance
401 IBluetooth bluetoothProxy = in connect() local403 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() local710 if (bluetoothProxy == null) { in requestMaximumTxDataLength()715 bluetoothProxy.getSocketManager().requestMaximumTxDataLength(mDevice); in requestMaximumTxDataLength()