Skip to content

Commit 5aa6d90

Browse files
committed
add note on GaiaFrames
1 parent 698e270 commit 5aa6d90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/benlink/internal/protocol/gaia_frame.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
from ..bitfield import Bitfield, bf_int, bf_int_enum, bf_dyn, bf_bitfield
66
from .message import Message
77

8+
# GaiaFrames hold messages sent to and from the radio when in Blueooth classic
9+
# mode. After figuring out the GaiaFrame structure, I later found it randomly
10+
# documented here: https://slideplayer.com/slide/12945885/
11+
812

913
class GaiaFlags(IntFlag):
1014
NONE = 0

0 commit comments

Comments
 (0)