From 4d933592de52281b9d1f23a2c3bce1b3e53f989f Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Thu, 9 Aug 2012 00:15:45 +0200 Subject: [PATCH] Minor edit --- BTD.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;