From e02433c0b00b39d0a5184ddd17f37434719bcb52 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 3 Dec 2013 11:29:31 +0200 Subject: [PATCH] lib: Add BT_SNDMTU and BT_RCVMTU socket option defines --- lib/bluetooth.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3