[gnome-bluetooth/wip/hadess/small-fixes: 6/6] lib: Remove services column




commit 15876b65adef10b0202db1301ee79e6f3183838e
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Nov 25 17:58:52 2021 +0100

    lib: Remove services column
    
    It's not been used since bluez 4.x.

 lib/bluetooth-enums.h | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/lib/bluetooth-enums.h b/lib/bluetooth-enums.h
index 4b9a1ef1..6723c410 100644
--- a/lib/bluetooth-enums.h
+++ b/lib/bluetooth-enums.h
@@ -116,7 +116,6 @@ typedef enum {
  * @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.
- * @BLUETOOTH_COLUMN_SERVICES: an array of service names and #BluetoothStatus connection statuses.
  * @BLUETOOTH_COLUMN_UUIDS: a string array of human-readable UUIDs.
  *
  * A column identifier to pass to bluetooth_chooser_get_selected_device_info().
@@ -137,7 +136,6 @@ typedef enum {
        BLUETOOTH_COLUMN_DISCOVERING,
        BLUETOOTH_COLUMN_LEGACYPAIRING,
        BLUETOOTH_COLUMN_POWERED,
-       BLUETOOTH_COLUMN_SERVICES,
        BLUETOOTH_COLUMN_UUIDS,
 } BluetoothColumn;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]