View Source BlueHeron.ATT.HandleValueNotification (blue_heron v0.5.3)

A server can send a notification of an attribute’s value at any time.

Bluetooth Spec v5.2, vol 3, Part F, 3.4.7.1

Summary

Types

t()

@type t() :: %BlueHeron.ATT.HandleValueNotification{
  data: binary(),
  handle: non_neg_integer(),
  opcode: term()
}

Functions

deserialize(arg)

serialize(write_command)