summaryrefslogtreecommitdiff
path: root/include/bluetooth_le_ll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bluetooth_le_ll.h')
-rw-r--r--include/bluetooth_le_ll.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bluetooth_le_ll.h b/include/bluetooth_le_ll.h
index e6a94a6cfc..dd1f9155fd 100644
--- a/include/bluetooth_le_ll.h
+++ b/include/bluetooth_le_ll.h
@@ -26,6 +26,9 @@ enum ll_state_t {
#define LL_MAX_DATA_PACKET_LENGTH 27
#define LL_MAX_DATA_PACKETS 4
+/* BTLE Spec 4.0: Vol 6, Part B, Section 4.5.3 */
+#define TRANSMIT_WINDOW_OFFSET_CONSTANT 1250
+
#define LL_MAX_BUFFER_SIZE (LL_MAX_DATA_PACKET_LENGTH * LL_MAX_DATA_PACKETS)
#define LL_SUPPORTED_FEATURES (HCI_LE_FTR_ENCRYPTION | \