summaryrefslogtreecommitdiff
path: root/py/circuitpy_defns.mk
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-12-06 12:27:46 -0800
committerScott Shawcroft <scott@tannewt.org>2020-01-03 17:29:54 -0800
commit82fb761c0f93152feb7cef0a177a160d370a8b6e (patch)
tree547fc4b1bc97addc5c20975a8e5d6589be242bc7 /py/circuitpy_defns.mk
parent776c9b011c26f9833f392fcf8270d20a4bbc8031 (diff)
Add PacketBuffer and MTU negotiation support.
PacketBuffer facilitates packet oriented BLE protocols such as BLE MIDI and the Apple Media Service. This also adds PHY, MTU and connection event extension negotiation to speed up data transfer when possible.
Diffstat (limited to 'py/circuitpy_defns.mk')
-rw-r--r--py/circuitpy_defns.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk
index 8dd4fc6b1..35a977946 100644
--- a/py/circuitpy_defns.mk
+++ b/py/circuitpy_defns.mk
@@ -236,6 +236,7 @@ SRC_COMMON_HAL_ALL = \
_bleio/CharacteristicBuffer.c \
_bleio/Connection.c \
_bleio/Descriptor.c \
+ _bleio/PacketBuffer.c \
_bleio/Service.c \
_bleio/UUID.c \
analogio/AnalogIn.c \