bluez: set bluez profile property when emitting node

We need to expose the bluetooth profile in the nodes so that external
applications know how to handle them.
This commit is contained in:
Julian Bouzas 2019-08-30 12:13:49 -04:00 committed by Wim Taymans
parent 3142d3b979
commit ddd2a97f7e
3 changed files with 23 additions and 1 deletions

View file

@ -77,6 +77,7 @@ extern "C" {
#define SPA_KEY_API_BLUEZ5_PATH "api.bluez5.path" /**< a bluez5 path */
#define SPA_KEY_API_BLUEZ5_DEVICE "api.bluez5.device" /**< an internal bluez5 device */
#define SPA_KEY_API_BLUEZ5_TRANSPORT "api.bluez5.transport" /**< an internal bluez5 transport */
#define SPA_KEY_API_BLUEZ5_PROFILE "api.bluez5.profile" /**< a bluetooth profile */
#define SPA_KEY_API_BLUEZ5_ADDRESS "api.bluez5.address" /**< a bluetooth address */
/** keys for jack api */