Fix byte ordering of UUIDs in the SDP server - host can now successfully pair to the Bluetooth device and discover the exposed Serial Port Profile RFCOMM service.
This commit is contained in:
parent
c362709a1e
commit
23a94a7181
5 changed files with 92 additions and 55 deletions
|
@ -111,7 +111,7 @@
|
|||
"Assertion \"%s\" failed.\r\n"), \
|
||||
__FILE__, __func__, __LINE__, #x); } \
|
||||
}MACROE
|
||||
|
||||
|
||||
/* Inline Functions: */
|
||||
/** Function to reverse the individual bits in a byte - i.e. bit 7 is moved to bit 0, bit 6 to bit 1,
|
||||
* etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue