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

Commit 7268d1ea 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...

Revert "Disable EATT as does not pass all tests" am: c94db22a am: 0631ce6c am: 514286e4 am: 10cca596

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

Change-Id: I102795a15f69c5c84504f7a1a3292d0c08c9f293
parents 004a955b 10cca596
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);