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

Commit 514286e4 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

Revert "Disable EATT as does not pass all tests" am: c94db22a am: 0631ce6c

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

Change-Id: I8ed8a7c5597ae05e8ddbb2601f56cda855aeee70
parents 2947b33e 0631ce6c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -577,11 +577,8 @@ static void gatt_cl_op_cmpl_cback(uint16_t conn_id, tGATTC_OPTYPE op,
      }

      /* Notify user if eatt is supported */
#if 0
      bool eatt_supported =
          supported_feat_mask & BLE_GATT_SVR_SUP_FEAT_EATT_BITMASK;
#endif
      bool eatt_supported = false;  // TODO Requires passing more tests
      gatt_attr_send_is_eatt_cb(conn_id, operation_callback_data,
                                eatt_supported);