mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez5: improve device and node properties
Set form factor, name routes based on form factor. Improve profile names Make card and node names like pulseaudio, with bt address in them. Fill in port type in the route info. Fixes #544
This commit is contained in:
parent
7aabd50d1e
commit
4d15df6f24
5 changed files with 193 additions and 22 deletions
|
|
@ -112,6 +112,7 @@ extern "C" {
|
|||
#define SPA_KEY_API_BLUEZ5_PROFILE "api.bluez5.profile" /**< a bluetooth profile */
|
||||
#define SPA_KEY_API_BLUEZ5_ADDRESS "api.bluez5.address" /**< a bluetooth address */
|
||||
#define SPA_KEY_API_BLUEZ5_CODEC "api.bluez5.codec" /**< a bluetooth codec */
|
||||
#define SPA_KEY_API_BLUEZ5_CLASS "api.bluez5.class" /**< a bluetooth class */
|
||||
|
||||
/** keys for jack api */
|
||||
#define SPA_KEY_API_JACK "api.jack" /**< key for the JACK api */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue