car-stereo/receiver/main/bluetooth.h

7 lines
91 B
C++

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