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

Commit 10cca596 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 am: 514286e4

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

Change-Id: I2e973e2ec084297eedf32fdc788bbc13a23c89f1
parents 3f50bd59 514286e4
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);