bluez/client
Luiz Augusto von Dentz 95c15d2ca0 client/player: Make endpoint.show print all endpoint with no argument
This makes endpoint.show arguments optional and in case none is given
print all (local and remote) endpoints:

[bluetooth]# endpoint.show
Endpoint /local/endpoint/a2dp_src/sbc
	UUID 0000110a-0000-1000-8000-00805f9b34fb
	Codec 0x00 (0)
	Media Codec: SBC
	Channel Modes: Mono DualChannel Stereo JointStereo
	Frequencies: 16Khz 32Khz 44.1Khz 48Khz
	Subbands: 4 8
	Blocks: 4 8 12 16
	Bitpool Range: 2-64
Endpoint /local/endpoint/a2dp_snk/sbc
	UUID 0000110b-0000-1000-8000-00805f9b34fb
	Codec 0x00 (0)
	Media Codec: SBC
	Channel Modes: Mono DualChannel Stereo JointStereo
	Frequencies: 16Khz 32Khz 44.1Khz 48Khz
	Subbands: 4 8
	Blocks: 4 8 12 16
	Bitpool Range: 2-64
2024-09-27 12:56:25 -04:00
..
scripts client: Add scripts to start broadcast source/sink 2024-03-08 11:11:49 -05:00
admin.c client: Move admin submenu 2022-08-15 16:28:14 -07:00
admin.h client: Move admin submenu 2022-08-15 16:28:14 -07:00
adv_monitor.c client/adv_monitor: Remove shell quit from adv_monitor_register_app 2024-03-08 11:11:49 -05:00
adv_monitor.h bluetoothctl: advmon rssi support for mgmt 2021-01-15 11:55:06 -08:00
advertising.c Fix discoverable property not emitted on updating value to false 2024-07-08 11:51:41 -04:00
advertising.h client/advertising: Add support for advertise.rsi command 2023-04-05 17:00:00 -07:00
agent.c mgmt: Fix crash after pair command 2024-01-03 15:59:23 -05:00
agent.h client: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
assistant.c client/assistant: Enter Broadcast Code as string 2024-09-09 12:58:05 -04:00
assistant.h client: Add assistant submenu 2024-07-18 14:22:44 -04:00
bluetoothctl-admin.rst client: Add bluetoothctl-admin.1 man page 2023-11-13 14:33:47 -05:00
bluetoothctl-advertise.rst client: Add bluetoothctl-advertise.1 man page 2023-11-14 10:56:57 -05:00
bluetoothctl-assistant.rst bluetoothctl-assistant.1: Update push command example 2024-09-09 12:59:51 -04:00
bluetoothctl-endpoint.rst bluetoothctl-endpoint.1: Update documentation 2024-08-20 12:26:07 -04:00
bluetoothctl-gatt.rst client: Add bluetoothctl-gatt.1 man page 2023-11-14 12:37:53 -05:00
bluetoothctl-mgmt.rst client: Add bluetoothctl-mgmt.1 man page 2023-07-20 11:14:31 -07:00
bluetoothctl-monitor.rst client: Add bluetoothctl-monitor.1 man page 2023-07-20 11:14:42 -07:00
bluetoothctl-player.rst client: Add bluetoothctl-player.1 man page 2023-11-14 13:04:22 -05:00
bluetoothctl-scan.rst client: Add bluetoothctl-scan.1 man page 2023-11-14 13:21:44 -05:00
bluetoothctl-transport.rst client: Add bluetoothctl-transport.1 man page 2023-11-14 13:29:19 -05:00
bluetoothctl.rst client: Add bluetoothctl-assistant.1 man page 2024-08-20 11:20:25 -04:00
display.c client: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
display.h client: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
gatt.c client/gatt: Set handle before calling print functions 2024-08-01 04:25:27 -04:00
gatt.h client: Allow gatt.select-attribute to work with local attributes 2022-12-06 13:01:28 -08:00
main.c client/print: Add decoding for UUID properties 2024-09-18 15:26:18 -04:00
mgmt.c Fix missing inclusion of <limits.h> 2024-09-19 13:01:07 -04:00
mgmt.h client: Add support for mgmt submenu 2023-07-14 15:14:02 -07:00
player.c client/player: Make endpoint.show print all endpoint with no argument 2024-09-27 12:56:25 -04:00
player.h client: Add support for player submenu 2022-03-30 12:54:29 -07:00
print.c client/print: Add decoding for UUID properties 2024-09-18 15:26:18 -04:00
print.h client/print: Add decoding for UUID properties 2024-09-18 15:26:18 -04:00