diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-30 11:44:57 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-30 11:44:57 +0000 |
commit | 9fa2613525721908ec43189794fe99828b8a4f51 (patch) | |
tree | e464dd48a5565bab81b230ffbf7a2fd20a03ee1e /audio/ipc.h | |
parent | 4b8bfb24c7666cb0b6eb26abe9a7d5072e3f9c4e (diff) |
Add autoconnect config option to IPC and alsa
Diffstat (limited to 'audio/ipc.h')
-rw-r--r-- | audio/ipc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/ipc.h b/audio/ipc.h index 3768dcfb..4da7d2ae 100644 --- a/audio/ipc.h +++ b/audio/ipc.h @@ -117,10 +117,13 @@ typedef struct { #define BT_CAPABILITIES_ACCESS_MODE_WRITE 2 #define BT_CAPABILITIES_ACCESS_MODE_READWRITE 3 +#define BT_FLAG_AUTOCONNECT 1 + struct bt_getcapabilities_req { bt_audio_msg_header_t h; char device[18]; /* Address of the remote Device */ uint8_t transport; /* Requested transport */ + uint8_t flags; /* Requested flags */ } __attribute__ ((packed)); /* BT_GETCAPABILITIES_RSP */ |