#ifndef BLUETOOTH_IMPL_H #define BLUETOOTH_IMPL_H namespace trygvis { namespace bluetooth { BluetoothAdapter &getAdapterImpl(int hciDevice); void shutdownImpl(); } }; #endif