From 3c9ced5e4097faf6e9c1f6e6926c901f0b9dfa17 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 27 Oct 2009 21:48:32 +0000 Subject: Add discoverable column And bluetooth_client_set_discoverable() private helper. --- lib/bluetooth-enums.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/bluetooth-enums.h') diff --git a/lib/bluetooth-enums.h b/lib/bluetooth-enums.h index 3cd048c6..e9b084fd 100644 --- a/lib/bluetooth-enums.h +++ b/lib/bluetooth-enums.h @@ -100,6 +100,7 @@ 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. @@ -119,6 +120,7 @@ typedef enum { BLUETOOTH_COLUMN_PAIRED, BLUETOOTH_COLUMN_TRUSTED, BLUETOOTH_COLUMN_CONNECTED, + BLUETOOTH_COLUMN_DISCOVERABLE, BLUETOOTH_COLUMN_DISCOVERING, BLUETOOTH_COLUMN_LEGACYPAIRING, BLUETOOTH_COLUMN_POWERED, -- cgit v1.2.1