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

Commit 0631ce6c 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

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

Change-Id: Ide1652bfb9637e3558ea1f9b0e0131ff76d60d14
parents cf6b7652 c94db22a
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);