Document the Bluetooth ACL layer. Remove unneeded parameters from the signalling command processing routines.
Change over the code so that the bluetooth packet data is read in by the stack rather than the user application, to make it more unform for sending/receiving, and so the library can handle incomming fragmentation in the future. Start Service Discovery Protocol decoding and processing.
This commit is contained in:
parent
882ef0c983
commit
e55f338663
12 changed files with 361 additions and 127 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <avr/power.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Lib/ServiceDiscoveryProtocol.h"
|
||||
#include "Lib/BluetoothStack.h"
|
||||
|
||||
#include "DeviceDescriptor.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue