Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33d655c8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: Comment rfcomm frame types" am: 099bd1e4 am: a91074f2 am: a346ce48

parents 49206a7a a346ce48
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -35,11 +35,12 @@
/*
 * Define used by RFCOMM TS frame types
*/
#define RFCOMM_SABME 0x2F
#define RFCOMM_UA 0x63
#define RFCOMM_DM 0x0F
#define RFCOMM_DISC 0x43
#define RFCOMM_UIH 0xEF
#define RFCOMM_SABME 0x2F  // Start Asynchronous Balanced Mode (startup command)
#define RFCOMM_UA 0x63  // Unnumbered Acknowledgement (response when connected)
#define RFCOMM_DM \
  0x0F  // Disconnected Mode (response to a command when disconnected)
#define RFCOMM_DISC 0x43  // Disconnect (disconnect command)
#define RFCOMM_UIH 0xEF   // Unnumbered Information with Header check

/*
 * Defenitions for the TS control frames