Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Go to the source code of this file.
Classes | |
struct | direct_bt::BTDeviceRegistry::DeviceID |
Specifies unique device identities, using BDAddressAndType as key. More... | |
struct | direct_bt::BTDeviceRegistry::DeviceQuery |
Specifies devices queries to act upon. More... | |
struct | std::hash< direct_bt::BTDeviceRegistry::DeviceID > |
Namespaces | |
namespace | direct_bt |
namespace | direct_bt::BTDeviceRegistry |
Application toolkit providing BT device registration of processed and awaited devices. | |
namespace | std |
STL namespace. | |
Typedefs | |
typedef bool(* | direct_bt::BTDeviceRegistry::DeviceQueryMatchFunc) (const EUI48 &address, const std::string &name, const DeviceQuery &q) |
Function for user defined BTDeviceRegistry::DeviceQuery matching criteria and algorithm. More... | |