From 58ecd212a787930d5562628dd870b352368a0937 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Wed, 8 Aug 2012 20:17:14 +0200 Subject: [PATCH] Added comment about hci local version --- BTD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTD.cpp b/BTD.cpp index 585d8f2b..33c7e6f6 100644 --- a/BTD.cpp +++ b/BTD.cpp @@ -480,7 +480,7 @@ void BTD::HCI_task() { } break; - case HCI_LOCAL_VERSION_STATE: + case HCI_LOCAL_VERSION_STATE: // The local version is used by the PS3BT class if (hci_read_version_complete) { if(btdName != NULL) { hci_set_local_name(btdName);