GNOME Bugzilla – Bug 578485
Add a "UUIDs" column to the BluetoothClient
Last modified: 2009-06-13 19:01:06 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.).
Apparently we need to use the short names from Bluetooth.com instead.
Committed a first pass at this into master. We still need to process the UUIDs given by bluetoothd into strings.
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)
Got a bunch more added. We'll add the rest as required.