View Source BlueHeron.HCI.Event behaviour (blue_heron v0.5.3)

Handles parsing of HCI Events (opcode 0x04).

new event decoders should use this module, and be added to the @modules attribute.

Summary

Functions

returns the opcode for HCI Events

returns the list of parsable modules

Callbacks

deserialize(binary)

@callback deserialize(binary()) :: struct()

Functions

__indicator__()

returns the opcode for HCI Events

__modules__()

returns the list of parsable modules

defparameters(fields)

(macro)