#ifndef _BLESCAN_H
#define _BLESCAN_H
#include "macsniff.h"
void start_BLEscan(void);
void stop_BLEscan(void);
#endif