diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2013-12-03 11:29:31 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-12-05 11:58:45 +0200 |
commit | e02433c0b00b39d0a5184ddd17f37434719bcb52 (patch) | |
tree | 9a08e6d604aa093fbfff89b93a0e810a3c958e28 /lib | |
parent | a6b273e8f475ba0ee62e5c2bb7880888a23174e7 (diff) |
lib: Add BT_SNDMTU and BT_RCVMTU socket option defines
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bluetooth.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 0baa05c3b..61c1f9ac0 100644 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -116,6 +116,9 @@ struct bt_voice { uint16_t setting; }; +#define BT_SNDMTU 12 +#define BT_RCVMTU 13 + #define BT_VOICE_TRANSPARENT 0x0003 #define BT_VOICE_CVSD_16BIT 0x0060 |