diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-18 20:50:46 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-18 20:50:46 +0200 |
commit | 6272788e3058aa548fdbf308a60e20c67152097d (patch) | |
tree | 6c66dcbc2e0c54bd2d6e67f51594d6ea970b40a4 /audio/ipc.h | |
parent | 24df1ac4425546469aeacd6d2dd69b513c77e6a2 (diff) |
Add BT_PCM_FLAG_PCM_ROUTING flag to ipc
Diffstat (limited to 'audio/ipc.h')
-rw-r--r-- | audio/ipc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ipc.h b/audio/ipc.h index 9a2d93aa..ff35376a 100644 --- a/audio/ipc.h +++ b/audio/ipc.h @@ -160,7 +160,8 @@ struct bt_get_capabilities_req { #define BT_HFP_CODEC_PCM 0x00 -#define BT_PCM_FLAG_NREC 1 +#define BT_PCM_FLAG_NREC 0x01 +#define BT_PCM_FLAG_PCM_ROUTING 0x02 typedef struct { uint8_t transport; |