Commit Graph

4 Commits

Author SHA1 Message Date
Luiz Augusto von Dentz
b22859e3cc client/print: Add decoding for UUID properties
This adds proper decoding for UUID properties with usage of
bt_uuidstr_to_str so it can print the 'friendly' name as bellow:

bluetoothctl# transport.show /org/bluez/hci0/dev_94_DB_56_F7_F2_88/sep4/fd0
Transport /org/bluez/hci0/dev_94_DB_56_F7_F2_88/sep4/fd0
	UUID: Audio Source              (0000110a-0000-1000-8000-00805f9b34fb)
...
2024-09-18 15:26:18 -04:00
Luiz Augusto von Dentz
1c79a45667 client: Make Endpoint.SelectProperties reply properly
This makes Endpoint.SelectProperties reply with QoS property since it
is now a single property.
2023-09-28 17:25:43 -07:00
Luiz Augusto von Dentz
2c9ab2d3f4 client: Print integers decimal value
This make the code print D-Bus integer iterators also in decimal format
in addition to hexadecimal.
2023-06-20 12:54:23 -07:00
Luiz Augusto von Dentz
a4bde19d3b client: Move common print_* functions to its own file
This move common print_* functions to its own file so they can be
properly reused instead of duplicating the code.
2022-12-02 11:20:26 -08:00