summaryrefslogtreecommitdiff
path: root/lib/bluetooth-enums.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-11-25 18:01:17 +0100
committerBastien Nocera <hadess@hadess.net>2021-11-30 12:17:35 +0100
commitd3f72b955eee9c3560b2835bfbb9cc4f99e4ab00 (patch)
treeb5b2ffb10cad134ffb0ebc3e2a48eede4c793a23 /lib/bluetooth-enums.h
parent7bbf8883db4902792a1622aba92929d69ceba6e2 (diff)
downloadgnome-bluetooth-d3f72b955eee9c3560b2835bfbb9cc4f99e4ab00.tar.gz
lib: Simplify "setup mode"
Simplify the discovering/discoverable properties, and especially the transition between default adapters by always having the adapters be discoverable when discovering, and offer up a single new property as a ways of controlling both: "default-adapter-setup-mode"
Diffstat (limited to 'lib/bluetooth-enums.h')
-rw-r--r--lib/bluetooth-enums.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bluetooth-enums.h b/lib/bluetooth-enums.h
index 6723c410..e1618ea0 100644
--- a/lib/bluetooth-enums.h
+++ b/lib/bluetooth-enums.h
@@ -112,7 +112,6 @@ typedef enum {
* @BLUETOOTH_COLUMN_PAIRED: whether the device is paired to its parent adapter. Only available for devices.
* @BLUETOOTH_COLUMN_TRUSTED: whether the device is trusted. Only available for devices.
* @BLUETOOTH_COLUMN_CONNECTED: whether the device is connected. Only available for devices.
- * @BLUETOOTH_COLUMN_DISCOVERABLE: whether the adapter is discoverable/visible. Only available for adapters.
* @BLUETOOTH_COLUMN_DISCOVERING: whether the adapter is discovering. Only available for adapters.
* @BLUETOOTH_COLUMN_LEGACYPAIRING: whether the device does not support Bluetooth 2.1 Simple Secure Pairing. Only available for devices.
* @BLUETOOTH_COLUMN_POWERED: whether the adapter is powered. Only available for adapters.
@@ -132,7 +131,6 @@ typedef enum {
BLUETOOTH_COLUMN_PAIRED,
BLUETOOTH_COLUMN_TRUSTED,
BLUETOOTH_COLUMN_CONNECTED,
- BLUETOOTH_COLUMN_DISCOVERABLE,
BLUETOOTH_COLUMN_DISCOVERING,
BLUETOOTH_COLUMN_LEGACYPAIRING,
BLUETOOTH_COLUMN_POWERED,