BlueHeron.HCI.Transport.NULL (blue_heron v0.4.1) View Source

Transport impl that can be used to mock out HCI commands

Example:

iex> BlueHeron.HCI.Transport.start_link(%BlueHeron.HCI.Transport.NULL{
...>  init_commands: [Harald.HCI.ControllerAndBaseband.reset()],
...>  replies: %{
...>    Harald.HCI.ControllerAndBaseband.reset() => "\x0e\x04\x03\x03\x0c\x00"
...> }})

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.