THB2/bthome_phy6222/source/findmy_beacon.h
2024-12-10 21:35:48 +03:00

18 lines
349 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* findmy_beacon.h
*
* Created on: 8 дек. 2024 г.
* Author: pvvx
*/
#ifndef SOURCE_FINDMY_BEACON_H_
#define SOURCE_FINDMY_BEACON_H_
#define SIZE_FINDMY_KEY 28
extern uint8_t findmy_key[SIZE_FINDMY_KEY];
extern uint8_t findmy_key_new[SIZE_FINDMY_KEY];
uint8_t findmy_beacon(void * padbuf);
#endif /* SOURCE_FINDMY_BEACON_H_ */