diff --git a/BTD.cpp b/BTD.cpp index dfaecf61..0f27b699 100644 --- a/BTD.cpp +++ b/BTD.cpp @@ -295,7 +295,7 @@ void BTD::PrintEndpointDescriptor(const USB_ENDPOINT_DESCRIPTOR* ep_ptr) { uint8_t BTD::Release() { for (uint8_t i=0; iReset(); // Reset both the L2CAP Channel and the HCI Connection + btService[i]->Reset(); // Reset all Bluetooth services pUsb->GetAddressPool().FreeAddress(bAddress); bAddress = 0; bPollEnable = false; @@ -514,7 +514,7 @@ void BTD::HCI_task() { if(hci_incoming_connect_request) { watingForConnection = false; #ifdef DEBUG - Notify(PSTR("\r\nIncoming Request")); + Notify(PSTR("\r\nIncoming Connection Request")); #endif hci_remote_name(); hci_state = HCI_REMOTE_NAME_STATE;