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

Commit c94db22a authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Revert "Disable EATT as does not pass all tests"

This reverts commit d473cd56.

Reason for revert: no longer needed, issue fixed in https://android-review.googlesource.com/c/platform/system/bt/+/1477785

Change-Id: I97a3476fb292734e2a5ec6d0481bb18d2ef0fe5a
parent 530520b9
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);