tweak bbnow types

This commit is contained in:
2026-08-13 14:23:05 -05:00
parent de3572385b
commit 885a133080
3 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -7,10 +7,11 @@
#define EXPANDER_DEVICE_NAME_MAX_LEN 32
/// The packet type for `BBNowPubPacket`s.
/// The packet type for `BBNowPrivPacket`s.
enum class BBNowPrivPacketType: uint16_t {
NONE = 0,
ACK = 1,
// TODO: we will need to add more here for handshaking in the future.
DISCOVERY_RESPONSE = 2,
EXPANDER_MESSAGE = 3,
MAX = 3,