Searched refs:bluetoothProxy (Results 1 – 1 of 1) sorted by relevance
390 IBluetooth bluetoothProxy = in connect() local392 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()704 IBluetooth bluetoothProxy = in requestMaximumTxDataLength() local706 if (bluetoothProxy == null) { in requestMaximumTxDataLength()711 bluetoothProxy.getSocketManager().requestMaximumTxDataLength(mDevice); in requestMaximumTxDataLength()