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

Commit d473cd56 authored by Chris Manton's avatar Chris Manton
Browse files

Disable EATT as does not pass all tests

Tag: #feature
Bug: 159786353
Test: acts/bin/act.py -tp ~/Goog/tools/test/connectivity -tc BleCocTest

Change-Id: Id8243d9d9473293e2e1fc341b18d7d40cf1da14b
parent 422ce88b
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);