diff options
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/RemoteServer.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx index 740465c2934c..f209561fcd49 100644 --- a/sd/source/ui/inc/RemoteServer.hxx +++ b/sd/source/ui/inc/RemoteServer.hxx @@ -66,8 +66,10 @@ namespace sd SD_DLLPUBLIC static sal_Bool connectClient( ClientInfo *pClient, rtl::OUString aPin ); - SD_DLLPUBLIC static bool isBluetoothDiscoverable(); - SD_DLLPUBLIC static void setBluetoothDiscoverable( bool aDiscoverable ); + /// ensure that discoverability (eg. for Bluetooth) is enabled + SD_DLLPUBLIC static void ensureDiscoverable(); + /// restore the state of discoverability from before ensureDiscoverable + SD_DLLPUBLIC static void restoreDiscoverable(); // For the communicator static void removeCommunicator( Communicator* pCommunicator ); |