Make bluetooth SDP code correctly unpack the search UUIDs and parameters.

Minor documentation improvements.
This commit is contained in:
Dean Camera 2010-04-19 10:53:14 +00:00
parent fc8e4837a9
commit d92e9133d3
10 changed files with 80 additions and 40 deletions

View file

@ -206,8 +206,7 @@ void Bluetooth_Host_Task(void)
bool Bluetooth_ConnectionRequest(const uint8_t* RemoteAddress)
{
printf_P(PSTR("Connection Request from Device %02X:%02X:%02X:%02X:%02X:%02X\r\n"),
RemoteAddress[5], RemoteAddress[4],
RemoteAddress[3], RemoteAddress[2],
RemoteAddress[5], RemoteAddress[4], RemoteAddress[3], RemoteAddress[2],
RemoteAddress[1], RemoteAddress[0]);
/* Always accept connections from remote devices */