BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
libsub.hpp
1#ifndef BLUETOE_BINDINGS_HCI_LIBUSB_HPP
2#define BLUETOE_BINDINGS_HCI_LIBUSB_HPP
3
4namespace bluetoe {
5
6 namespace hci_details {
7 template < typename LinkLayer >
9
10 };
11 }
12}
13
14#endif