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

Commit 76b62b9c 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 am: 83f9ed56

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

Change-Id: I262fb3b6b2c1299dcc0292e4e85c40ca07da1db1
parents 25b83aad 83f9ed56
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:                   \