#include <opie2/odebug.h>#include <qtimer.h>#include <sys/poll.h>#include <bluezlib.h>#include <OTGateway.h>#include <OTDriver.h>#include <OTHCISocket.h>Include dependency graph for OTDriver.cpp:

Go to the source code of this file.
Defines | |
| #define | GET_LINK_QUALITY_RP_SIZE READ_LINK_QUALITY_RP_SIZE |
Variables | |
| struct { | |
| const char * str | |
| unsigned short rev | |
| } | csr_map [] |
| static char * | services [] |
| static char * | major_devices [] |
| static ClassMap_t | MapMiscClass [] |
| static ClassMap_t | MapUnclassifiedClass [] |
| static ClassMap_t | MapComputerClass [] |
| static ClassMap_t | MapPhoneClass [] |
| static ClassMap_t | MapAVClass [] |
| static ClassMap_t | MapPeripheralClass [] |
| static MainClassMap_t | MainClasses [] |
|
|
Definition at line 17 of file OTDriver.cpp. Referenced by Opietooth2::OTDriver::getLinkQuality(). |
|
|
Referenced by Opietooth2::OTDriver::getRevCsr(). |
|
|
Initial value: {
{ 0, MapMiscClass },
{ 1, MapComputerClass },
{ 2, MapPhoneClass },
{ 3, 0 },
{ 4, MapAVClass },
{ 5, MapPeripheralClass },
{ 6, 0 },
{ 63, MapUnclassifiedClass },
{ -1, 0 }
}
Definition at line 137 of file OTDriver.cpp. |
|
|
Initial value: { "Miscellaneous",
"Computer",
"Phone",
"LAN Access",
"Audio/Video",
"Peripheral",
"Imaging",
"Uncategorized" }
Definition at line 57 of file OTDriver.cpp. Referenced by Opietooth2::OTDriver::getClass(). |
|
|
Initial value: {
{ 0, "Uncategorized" },
{ 1, "Device conforms to the Headset profile" },
{ 2, "Hands-free" },
{ 3, 0 },
{ 4, "Microphone" },
{ 5, "Loudspeaker" },
{ 6, "Headphones" },
{ 7, "Portable Audio" },
{ 8, "Car Audio" },
{ 9, "Set-top box" },
{ 10, "HiFi Audio Device" },
{ 11, "VCR" },
{ 12, "Video Camera" },
{ 13, "Camcorder" },
{ 14, "Video Monitor" },
{ 15, "Video Display and Loudspeaker" },
{ 16, "Video Conferencing" },
{ 17, 0 },
{ 18, "Gaming/Toy" },
{ -1, 0 }
}
Definition at line 102 of file OTDriver.cpp. |
|
|
Initial value: {
{ 0, "Uncategorized" } ,
{ 1, "Desktop workstation" } ,
{ 2, "Server" } ,
{ 3, "Laptop" } ,
{ 4, "Handheld" } ,
{ 5, "Palm" } ,
{ 6, "Wearable" },
{ -1, 0 }
}
Definition at line 80 of file OTDriver.cpp. |
|
|
Initial value: {
{ -1, "" }
}
Definition at line 72 of file OTDriver.cpp. |
|
|
Initial value: {
{ 16, "Keyboard" },
{ 32, "Pointing device" },
{ 48, "Combo keyboard/pointing device" },
{ -1, 0 }
}
Definition at line 125 of file OTDriver.cpp. |
|
|
Initial value: {
{ 0, "Uncategorized" },
{ 1, "Cellular" },
{ 2, "Cordless" },
{ 3, "Smart phone" },
{ 4, "Wired modem or voice gateway" },
{ 5, "Common ISDN Access" },
{ 6, "Sim Card Reader" },
{ -1, 0 }
}
Definition at line 91 of file OTDriver.cpp. |
|
|
Initial value: {
{ -1, "" }
}
Definition at line 76 of file OTDriver.cpp. |
|
|
Definition at line 27 of file OTDriver.cpp. Referenced by DateBook::slotDoFind(), and SenderUI::slotRev(). |
|
|
Initial value: { "Positioning",
"Networking",
"Rendering",
"Capturing",
"Object Transfer",
"Audio",
"Telephony",
"Information" }
Definition at line 48 of file OTDriver.cpp. Referenced by Opietooth2::OTDriver::getClass(). |
|
1.4.2