Add start of RFCOMM service layer to the incomplete BluetoothHost demo.
Reduce the size of the attribute search list from 15 ranges to 8 to save RAM.
This commit is contained in:
parent
5144ea76f6
commit
008e0e2e0a
11 changed files with 121 additions and 17 deletions
|
|
@ -137,6 +137,7 @@ SRC = $(TARGET).c \
|
|||
Lib/BluetoothACLPackets.c \
|
||||
Lib/ServiceDiscoveryProtocol.c \
|
||||
Lib/SDPServices.c \
|
||||
Lib/RFCOMM.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue