Some corrections to the strings, and cleanups in the Devclass

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29560 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2009-03-16 21:24:10 +00:00
parent 8ed201229d
commit b3064a44cf
2 changed files with 9 additions and 24 deletions
+9 -9
View File
@@ -311,11 +311,11 @@ const char* bluetoothManufacturers[] = {
"Red-M (Communications) Ltd", "Red-M (Communications) Ltd",
"Commil Ltd", "Commil Ltd",
"Computer Access Technology Corporation (CATC)", "Computer Access Technology Corporation (CATC)",
"Eclipse (HQ Espana) S.L.", "Eclipse (HQ España) S.L.",
"Renesas Technology Corp.", "Renesas Technology Corp.",
"Mobilian Corporation", "Mobilian Corporation",
"Terax", "Terax",
"Integßrated System Solution Corp.", "Integerated System Solution Corp.",
"Matsushita Electric Industrial Co., Ltd.", "Matsushita Electric Industrial Co., Ltd.",
"Gennum Corporation", "Gennum Corporation",
"Research In Motion", "Research In Motion",
@@ -325,7 +325,7 @@ const char* bluetoothManufacturers[] = {
"Seiko Epson Corporation", "Seiko Epson Corporation",
"Integrated Silicon Solution Taiwain, Inc.", "Integrated Silicon Solution Taiwain, Inc.",
"CONWISE Technology Corporation Ltd", "CONWISE Technology Corporation Ltd",
"PARROTß SA", "PARROT SA",
"Socket Communications", "Socket Communications",
"Atheros Communications, Inc.", "Atheros Communications, Inc.",
"MediaTek, Inc.", "MediaTek, Inc.",
@@ -355,21 +355,21 @@ const char* linkControlCommands[] = {
"PIN Code Request Reply", "PIN Code Request Reply",
"PIN Code Request Negative Reply", "PIN Code Request Negative Reply",
"Change Connection Packet Type", "Change Connection Packet Type",
"not on 2.1", "Reserved", // not on 2.1",
"Authentication Requested", "Authentication Requested",
"not on 2.1", "Reserved", // not on 2.1",
"Set Connection Encryption", "Set Connection Encryption",
"not on 2.1", "Reserved", // not on 2.1",
"Change Connection Link Key", "Change Connection Link Key",
"not on 2.1", "Reserved", // not on 2.1",
"Master Link Key", "Master Link Key",
"not on 2.1", "Reserved", // not on 2.1",
"Remote Name Request", "Remote Name Request",
"Cancel Remote Name Request", "Cancel Remote Name Request",
"Read Remote Supported Features", "Read Remote Supported Features",
"Read Remote Extended Features", "Read Remote Extended Features",
"Read Remote Version Information", "Read Remote Version Information",
"not on 2.1", "Reserved", // not on 2.1",
"Read Clock Offset", "Read Clock Offset",
"Read LMP Handle", "Read LMP Handle",
"Reserved", "Reserved",
-15
View File
@@ -1,27 +1,12 @@
/* /*
* Copyright 2007-2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com * Copyright 2007-2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
*
* All rights reserved. Distributed under the terms of the MIT License. * All rights reserved. Distributed under the terms of the MIT License.
*
*/ */
//#include <bluetooth/DiscoveryAgent.h>
//#include <bluetooth/DiscoveryListener.h>
//#include <bluetooth/RemoteDevice.h>
#include <bluetooth/DeviceClass.h> #include <bluetooth/DeviceClass.h>
//#include <bluetooth/bluetooth_error.h>
//#include <bluetooth/HCI/btHCI_command.h>
//#include <bluetooth/HCI/btHCI_event.h>
//
//#include <bluetoothserver_p.h>
//#include <CommandManager.h>
//
//
//#include "KitSupport.h"
namespace Bluetooth { namespace Bluetooth {
void void
DeviceClass::GetServiceClass(BString& serviceClass) DeviceClass::GetServiceClass(BString& serviceClass)
{ {