Bluez.Gatt.Descriptor (bluez v0.1.0)

Copy Markdown View Source

A GATT descriptor within a Bluez.Gatt.Characteristic. handle is the descriptor's own attribute handle.

Summary

Types

t()

@type t() :: %Bluez.Gatt.Descriptor{
  handle: non_neg_integer(),
  uuid: Bluez.Gatt.Service.uuid()
}