diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-02-25 18:58:07 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-03 17:55:34 +0100 |
commit | be1435d6687d6597e09676c2d6edd286cc4d5ad8 (patch) | |
tree | f9807a7be751cd5ef8e257a76d81c23945e58473 /doc | |
parent | ae0975332c60818793c6c63a3646c982d686bf49 (diff) |
services: desktop: Deprecate 'bluetooth-service' procedure.
* doc/guix.texi (Desktop Services): Remove mention of 'bluetooth-service'.
* gnu/services/desktop.scm (bluetooth-service): Deprecate procedure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 74238cc150..dabd71f18c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -23646,15 +23646,6 @@ The value for this service is a @code{<geoclue-configuration>} object. @c TODO: Document <geoclue-configuration>, preferably by refactoring this to use @c define-configuration and generating documentation from it. -@deffn {Scheme Procedure} bluetooth-service [#:bluez @var{bluez}] @ - [@w{#:auto-enable? #f}] -Return a service that runs the @command{bluetoothd} daemon, which -manages all the Bluetooth devices and provides a number of D-Bus -interfaces. When AUTO-ENABLE? is true, the bluetooth controller is -powered automatically at boot, which can be useful when using a -bluetooth keyboard or mouse. -@end deffn - @defvar bluetooth-service-type This is the type for the @uref{https://bluez.org/, Linux Bluetooth Protocol Stack} (BlueZ) system, which generates the @file{/etc/bluetooth/main.conf} |