| // Copyright 2019 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| library fuchsia.bluetooth.gatt; | |
| const uint16 MAX_VALUE_LENGTH = 512; | |
| // Maximum number of ReadByTypeResults that fit in a FIDL message. | |
| const uint16 MAX_READ_BY_TYPE_RESULTS = 189; | |
| // From Bluetooth Core Spec v5.2, Vol 3, Part F, 3.4.4.2. | |
| const uint16 MAX_READ_BY_TYPE_VALUE_LENGTH = 253; |