Begin processing code for Service Discovery Protocol attributes.
This commit is contained in:
parent
ff61dfa505
commit
f13bc35a19
6 changed files with 94 additions and 46 deletions
|
@ -59,6 +59,9 @@ void Bluetooth_Stack_Init(void)
|
|||
*/
|
||||
void Bluetooth_Stack_USBTask(void)
|
||||
{
|
||||
if (USB_HostState != HOST_STATE_Configured)
|
||||
return;
|
||||
|
||||
Bluetooth_HCITask();
|
||||
Bluetooth_ACLTask();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue