added dependable build for interface choice in menuconfig

This commit is contained in:
Lurkars
2020-12-17 10:21:10 +01:00
parent 45444bb8c5
commit 7e82c695ea
56 changed files with 483 additions and 522 deletions
@@ -66,4 +66,12 @@ void ena_bluetooth_scan_stop(void);
*/
int ena_bluetooth_scan_get_status(void);
/**
* @brief return the num of found devices in last scan
*
* @return
* num of last beacons
*/
int ena_bluetooth_scan_get_last_num(void);
#endif