harald v0.1.1 Harald.HCI.Event.LEMeta View Source

The LE Meta Event is used to encapsulate all LE Controller specific events.

Reference: Version 5.0, Vol 2, Part E, 7.7.65

Link to this section Summary

Types

An LE Controller uses subevent codes to transmit LE specific events from the Controller to the Host. Note: The subevent code will always be the first Event Parameter (See Section 7.7.65)

t()

Functions

A list of modules representing implemented LEMeta subevents

Link to this section Types

Link to this type

serialize_ret() View Source
serialize_ret() :: {:ok, binary()} | {:error, term()}

Link to this type

subevent_code() View Source
subevent_code() :: pos_integer()

An LE Controller uses subevent codes to transmit LE specific events from the Controller to the Host. Note: The subevent code will always be the first Event Parameter (See Section 7.7.65).

Reference: Version 5.0, Vol 2, Part E, 5.4.4

Link to this type

t() View Source
t() :: %Harald.HCI.Event.LEMeta{subevent: term()}

Link to this section Functions

See: Harald.HCI.Event.event_code/0.

A list of modules representing implemented LEMeta subevents.