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

Commit 0c06c75e authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Use stack/hid/hid_conn::tHID_CONN_STATE

Toward readable code

Bug: 163134718
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I8984eb536a7241758e5276bd26aaab4bd02b97ac
parent cbb6098f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -40,8 +40,7 @@ typedef enum : uint8_t {
/* Define the HID Connection Block
*/
typedef struct hid_conn {

  uint8_t conn_state;
  tHID_CONN_STATE conn_state;

#define CASE_RETURN_TEXT(code) \
  case code:                   \