7 lines
91 B
C++
7 lines
91 B
C++
#pragma once
|
|
|
|
namespace bluetooth {
|
|
void init();
|
|
void set_scan_mode(bool connectable);
|
|
}
|