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

Commit dfef303b authored by Chris Manton's avatar Chris Manton
Browse files

stack::rfcomm::tRFC_PORT Use proper type tRFC_PORT_STATE

Bug: 352168818
Test: m .
Flag: EXEMPT, Data type narrowing

Change-Id: Id09c6f9dd21c6f1afe474e90797dd3e0a5d50ea0
parent 1c8ef94a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ typedef struct {
 * RFCOMM Port Connection Control Block
 */
typedef struct {
  uint8_t state; /* Current state of the connection */
  tRFC_PORT_STATE state; /* Current state of the connection */

#define RFC_RSP_PN 0x01
#define RFC_RSP_RPN_REPLY 0x02