#ifndef __VALUE_H__ #define __VALUE_H__ typedef struct { float lat; float lon; float angle; }BleMessage; #endif