Begin processing code for Service Discovery Protocol attributes.

This commit is contained in:
Dean Camera 2010-05-17 23:36:05 +00:00
parent ff61dfa505
commit f13bc35a19
6 changed files with 94 additions and 46 deletions

View file

@ -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();
}