bluez5: midi-node: implement server role

This commit is contained in:
Pauli Virtanen 2022-11-05 22:25:40 +02:00 committed by Wim Taymans
parent d30a0c5ee6
commit 2ef126885a
4 changed files with 208 additions and 38 deletions

View file

@ -129,6 +129,7 @@ extern "C" {
#define SPA_KEY_API_BLUEZ5_CODEC "api.bluez5.codec" /**< a bluetooth codec */
#define SPA_KEY_API_BLUEZ5_CLASS "api.bluez5.class" /**< a bluetooth class */
#define SPA_KEY_API_BLUEZ5_ICON "api.bluez5.icon" /**< a bluetooth icon */
#define SPA_KEY_API_BLUEZ5_ROLE "api.bluez5.role" /**< "client" or "server" */
/** keys for jack api */
#define SPA_KEY_API_JACK "api.jack" /**< key for the JACK api */