BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
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 }
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
Definition: HotplugEvent.h:10
Definition: HciUtil.h:9