Fix endianness issues in the Service Discovery Protocol service of the incomplete Bluetooth Host demo. Host can now correctly retrieve specific services, however Windows does not appear to be sending the appropriate generic browse class IDs needed to report the virtual serial service.
This commit is contained in:
parent
f606afefff
commit
e15838d4e2
3 changed files with 180 additions and 54 deletions
|
@ -156,8 +156,6 @@ void Bluetooth_HCITask(void)
|
|||
Bluetooth_Connection.IsConnected = false;
|
||||
|
||||
Bluetooth_DisconnectionComplete();
|
||||
|
||||
Bluetooth_State.CurrentHCIState = Bluetooth_Init;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue