mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
client/player: Print endpoint preset with endpoint.presets
If just the endpoint objects is passed to endpoint.presets then just print it instead of the listing the presets available for the UUID: [bluetooth]# endpoint.presets /local/endpoint/ep2 Preset 32_1_1 Configuration.#0: len 0x02 type 0x01 Configuration.Sampling Frequency: 32 Khz (0x06) Configuration.#1: len 0x02 type 0x02 Configuration.Frame Duration: 7.5 ms (0x00) Configuration.#2: len 0x03 type 0x04 Configuration.Frame Length: 60 (0x003c)
This commit is contained in:
parent
c909433ed2
commit
168ea30780
@ -4299,7 +4299,9 @@ static void cmd_presets_endpoint(int argc, char *argv[])
|
||||
|
||||
return;
|
||||
}
|
||||
} else
|
||||
} else if (ep && (ep->codec_preset))
|
||||
print_preset(ep->codec_preset, ep->codec);
|
||||
else
|
||||
print_presets(preset);
|
||||
|
||||
enter_cc:
|
||||
|
Loading…
Reference in New Issue
Block a user