Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer code much easier to read, block less and work correctly.
This commit is contained in:
parent
c9148f9b47
commit
a2e6d54336
6 changed files with 167 additions and 257 deletions
|
@ -179,6 +179,9 @@ void Bluetooth_Management_Task(void)
|
|||
}
|
||||
|
||||
puts_P(PSTR("Bluetooth Dongle Enumerated.\r\n"));
|
||||
|
||||
/* Initialize the Bluetooth stack */
|
||||
Bluetooth_State_Init();
|
||||
|
||||
USB_HostState = HOST_STATE_Configured;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue