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

Commit d181bfea authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

legacy: Expand rfcomm event coverage for both mx and port am: 6c490f54 am: 4311dc55

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1814923

Change-Id: I130764902ebab7cb31fe14685aef9db174d5c5cc
parents 275f1390 4311dc55
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -33,6 +33,12 @@ typedef uint8_t tRFC_EVENT;
 * Multiplexer events
 */
typedef uint8_t tRFC_MX_EVENT;
#define RFC_MX_EVENT_SABME RFC_EVENT_SABME
#define RFC_MX_EVENT_UA RFC_EVENT_UA
#define RFC_MX_EVENT_DM RFC_EVENT_DM
#define RFC_MX_EVENT_DISC RFC_EVENT_DISC
#define RFC_MX_EVENT_UIH RFC_EVENT_UIH
#define RFC_MX_EVENT_TIMEOUT RFC_EVENT_TIMEOUT
#define RFC_MX_EVENT_START_REQ 6
#define RFC_MX_EVENT_START_RSP 7
#define RFC_MX_EVENT_CLOSE_REQ 8
@@ -47,6 +53,12 @@ typedef uint8_t tRFC_MX_EVENT;
 * Port events
 */
typedef uint8_t tRFC_PORT_EVENT;
#define RFC_PORT_EVENT_SABME RFC_EVENT_SABME
#define RFC_PORT_EVENT_UA RFC_EVENT_UA
#define RFC_PORT_EVENT_DM RFC_EVENT_DM
#define RFC_PORT_EVENT_DISC RFC_EVENT_DISC
#define RFC_PORT_EVENT_UIH RFC_EVENT_UIH
#define RFC_PORT_EVENT_TIMEOUT RFC_EVENT_TIMEOUT
#define RFC_PORT_EVENT_OPEN 9
#define RFC_PORT_EVENT_ESTABLISH_RSP 11
#define RFC_PORT_EVENT_CLOSE 12