After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 578485 - Add a "UUIDs" column to the BluetoothClient
Add a "UUIDs" column to the BluetoothClient
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks: 511324 577744
 
 
Reported: 2009-04-09 13:49 UTC by Bastien Nocera
Modified: 2009-06-13 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2009-04-09 13:49:20 UTC
We should match the UUIDs, and add short names for them.

The short names should be the same as the ones in bluez/tools/sdptool.c's service array (eg. OPUSH, HID, etc.).
Comment 1 Bastien Nocera 2009-04-09 14:37:46 UTC
Apparently we need to use the short names from Bluetooth.com instead.
Comment 2 Bastien Nocera 2009-04-24 00:57:04 UTC
Committed a first pass at this into master. We still need to process the UUIDs given by bluetoothd into strings.
Comment 3 Bastien Nocera 2009-05-07 16:48:15 UTC
commit 727f74c41a3cd889d944bc38daef37dd33844819
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 7 17:36:33 2009 +0100

    Transform the UUIDs to their Bluetooth names
    
    Convert a few of the UUIDs to their Bluetooth names
    (Helps: 578485)
Comment 4 Bastien Nocera 2009-06-13 19:01:06 UTC
Got a bunch more added. We'll add the rest as required.