bluetooth: Add define for SCO voice settings

Add defines for SCO voice setting (Air Coding). Air mode "Transparent
Data" shall be supported if wide band speech is supported.
This commit is contained in:
Vinicius Costa Gomes 2013-08-15 23:26:04 -03:00 committed by Denis Kenzior
parent 9e112379b5
commit 8a11d38983
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@
#define BT_DEFER_SETUP 7
#define BT_VOICE 11
struct bt_voice {
uint16_t setting;
};
#define BT_VOICE_TRANSPARENT 0x0003
#define BT_VOICE_CVSD_16BIT 0x0060
/* BD Address */
typedef struct {
uint8_t b[6];