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

Commit b00d9eba authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Disable EATT as does not pass all tests am: d473cd56 am: 9123f253 am: a36a8850

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

Change-Id: I75c8be672a40fc2f0660ae07feb8c1fde1c10620
parents 938f8e9d a36a8850
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -577,8 +577,11 @@ 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);