projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oops - when adding a sequence header to the SDP response, the size value needs to...
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
ServiceDiscoveryProtocol.h
diff --git
a/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
b/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
index
58f7d87
..
50d15ad
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
@@
-120,10
+120,9
@@
*BufferPos += 1;
uint16_t* SizePos = (uint16_t*)*BufferPos;
- *SizePos = 0;
-
- **BufferPos += 2;
+ *BufferPos += 2;
+ *SizePos = 0;
return SizePos;
}