fuchsia.bluetooth.test

Added: HEAD

PROTOCOLS

Gatt

Defined in fuchsia.bluetooth.test/gatt.fidl

ResolvePeerAttHandle

Resolves a peer's attribute handle into a service and characteristic handle.

Request

NameType
payload GattResolvePeerAttHandleRequest

Response

NameType
payload Gatt_ResolvePeerAttHandle_Result

TABLES

GattResolvePeerAttHandleRequest

Defined in fuchsia.bluetooth.test/gatt.fidl

OrdinalFieldTypeDescription
id fuchsia.bluetooth/PeerId

Required. The ID of the peer that the attribute handle belongs to.

attribute_handle uint64

Required. The peer's attribute handle to resolve.

Gatt_ResolvePeerAttHandle_Response

Defined in fuchsia.bluetooth.test/gatt.fidl

OrdinalFieldTypeDescription
service_handle fuchsia.bluetooth.gatt2/ServiceHandle

The service handle that the peer's attribute handle is associated with.

characteristic_handle fuchsia.bluetooth.gatt2/Handle

The characteristic handle that the peer's attribute handle is associated with.

UNIONS

Gatt_ResolvePeerAttHandle_Result strict

Defined in fuchsia.bluetooth.test/gatt.fidl

OrdinalVariantTypeDescription
response Gatt_ResolvePeerAttHandle_Response
framework_err internal