car-stereo/software/main/include/bluetooth.h

7 lines
91 B
C++

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