ESP32-PaxCounter/include/blescan.h

9 lines
120 B
C
Raw Normal View History

2018-07-17 15:15:58 +02:00
#ifndef _BLESCAN_H
#define _BLESCAN_H
2018-07-15 14:28:05 +02:00
2018-07-17 11:53:43 +02:00
#include "macsniff.h"
2018-07-15 14:28:05 +02:00
void start_BLEscan(void);
void stop_BLEscan(void);
#endif