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

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

legacy: Use stack/hid/hid_conn::tHID_CONN_STATE am: 0c06c75e am: 969be988

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

Change-Id: Id6aeb8f25cabb9b7a45842361e5eab12c0b78fca
parents b3a5ad76 969be988
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:                   \