diff options
Diffstat (limited to 'src/modules/bluetooth/ipc.h')
| -rw-r--r-- | src/modules/bluetooth/ipc.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/bluetooth/ipc.h b/src/modules/bluetooth/ipc.h index 4203150b..f030acfa 100644 --- a/src/modules/bluetooth/ipc.h +++ b/src/modules/bluetooth/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;  | 
