mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 12:40:42 +00:00
add format for BTstack Version Event
This commit is contained in:
parent
e18f87f465
commit
7734401659
@ -234,7 +234,12 @@ extern "C" {
|
||||
*/
|
||||
#define BTSTACK_EVENT_POWERON_FAILED 0x62
|
||||
|
||||
// data: majot (8), minor (8), revision(16)
|
||||
/**
|
||||
* @format 112
|
||||
* @param major
|
||||
* @param minor
|
||||
@ @param revision
|
||||
*/
|
||||
#define BTSTACK_EVENT_VERSION 0x63
|
||||
|
||||
// data: system bluetooth on/off (bool)
|
||||
|
Loading…
x
Reference in New Issue
Block a user