bluez5: add device.string in properties

See #842
This commit is contained in:
Wim Taymans 2021-03-18 12:44:09 +01:00
parent 2ee4e94c59
commit 08f2284eea
2 changed files with 4 additions and 0 deletions

View file

@ -288,6 +288,8 @@ struct spa_device_methods {
* "computer", "portable" */
#define SPA_KEY_DEVICE_PROFILE "device.profile " /**< profile for the device */
#define SPA_KEY_DEVICE_PROFILE_SET "device.profile-set" /**< profile set for the device */
#define SPA_KEY_DEVICE_STRING "device.string" /**< device string in the underlying
* layer's format. E.g. "surround51:0" */
#ifdef __cplusplus