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