Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h.
This commit is contained in:
parent
637c7b01d0
commit
b522e35965
8 changed files with 16 additions and 15 deletions
|
@ -44,9 +44,9 @@
|
|||
#include <avr/interrupt.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Lib/ServiceDiscoveryProtocol.h"
|
||||
#include "Lib/RFCOMM.h"
|
||||
#include "Lib/BluetoothStack.h"
|
||||
#include "Lib/SDP.h"
|
||||
#include "Lib/RFCOMM.h"
|
||||
|
||||
#include "DeviceDescriptor.h"
|
||||
#include "ConfigDescriptor.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue