#pragma once namespace bluetooth { void init(); void set_scan_mode(bool connectable); }