mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
pts/avdtp_sink: add information about supported codecs
This commit is contained in:
parent
2febf1bd2e
commit
024d452987
@ -964,6 +964,12 @@ static void show_usage(void){
|
||||
printf("Supported Codecs: SBC");
|
||||
#ifdef HAVE_AAC_FDK
|
||||
printf(", MPEG AAC");
|
||||
#endif
|
||||
#ifdef HAVE_APTX
|
||||
printf(", aptX, aptX HD");
|
||||
#endif
|
||||
#ifdef HAVE_LDAC_DECODER
|
||||
printf(", LDAC");
|
||||
#endif
|
||||
printf("\n");
|
||||
printf("c - create connection to addr %s\n", device_addr_string);
|
||||
|
Loading…
x
Reference in New Issue
Block a user