mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
Use RegisterApplication in bluez5 for A2DP if possible
This commit is contained in:
parent
5c749cf7c3
commit
c1530ba171
5 changed files with 339 additions and 74 deletions
|
|
@ -311,12 +311,16 @@ static inline int a2dp_sbc_get_frequency(a2dp_sbc_t *config)
|
|||
}
|
||||
}
|
||||
|
||||
struct a2dp_codec {
|
||||
uint32_t flags;
|
||||
|
||||
struct a2dp_codec_id {
|
||||
uint8_t codec_id;
|
||||
uint32_t vendor_id;
|
||||
uint16_t vendor_codec_id;
|
||||
};
|
||||
|
||||
struct a2dp_codec {
|
||||
uint32_t flags;
|
||||
|
||||
struct a2dp_codec_id id;
|
||||
|
||||
const char *name;
|
||||
const char *description;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue