BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Main Page
Related Pages
Data Structures
Files
File List
src
bluetooth
HciUtil.h
1
#pragma once
2
3
#include <string>
4
5
#include "hotplug/HotplugEvent.h"
6
7
namespace
BeeeOn {
8
9
class
HciUtil
{
10
public
:
16
static
std::string
hotplugMatch
(
const
HotplugEvent
&event);
17
};
18
19
}
BeeeOn::HciUtil::hotplugMatch
static std::string hotplugMatch(const HotplugEvent &event)
If the given hotplug event represents a bluetooth controller device, it returns its name...
Definition:
HciUtil.cpp:6
BeeeOn::HotplugEvent
Definition:
HotplugEvent.h:10
BeeeOn::HciUtil
Definition:
HciUtil.h:9
Generated by
1.8.5