Harald.HCI.Commands.ControllerAndBaseband.SetEventMaskPage2 (harald v0.3.0) View Source

Reference: version 5.2, Vol 4, Part E, 7.3.69.

Link to this section Summary

Functions

Return a map ready for encoding.

Link to this section Types

Specs

t() :: %{
  event_mask_page_2: %{
    physical_link_complete_event: Harald.HCI.flag(),
    channel_selected_event: Harald.HCI.flag(),
    disconnection_physical_link_complete_event: Harald.HCI.flag(),
    physical_link_loss_early_warning_event: Harald.HCI.flag(),
    physical_link_recovery_event: Harald.HCI.flag(),
    logical_link_complete_event: Harald.HCI.flag(),
    disconnection_logical_link_complete_event: Harald.HCI.flag(),
    flow_spec_modify_complete_event: Harald.HCI.flag(),
    number_of_completed_data_blocks_event: Harald.HCI.flag(),
    amp_start_test_event: Harald.HCI.flag(),
    amp_test_end_event: Harald.HCI.flag(),
    amp_receiver_report_event: Harald.HCI.flag(),
    short_range_mode_change_complete_event: Harald.HCI.flag(),
    amp_status_change_event: Harald.HCI.flag(),
    triggered_clock_capture_event: Harald.HCI.flag(),
    synchronization_train_complete_event: Harald.HCI.flag(),
    synchronization_train_received_event: Harald.HCI.flag(),
    connectionless_slave_broadcast_receive_event: Harald.HCI.flag(),
    connectionless_slave_broadcast_timeout_event: Harald.HCI.flag(),
    truncated_page_complete_event: Harald.HCI.flag(),
    slave_page_response_timeout_event: Harald.HCI.flag(),
    connectionless_slave_broadcast_channel_map_change_event: Harald.HCI.flag(),
    inquiry_response_notification_event: Harald.HCI.flag(),
    authenticated_payload_timeout_expired_event: Harald.HCI.flag(),
    sam_status_change_event: Harald.HCI.flag(),
    reserved_25_to_63: Harald.HCI.reserved()
  }
}

Link to this section Functions

Return a map ready for encoding.

Keys under :event_mask will be defaulted if not supplied.

Options

encoded - boolean(). false. Whether the return value is encoded or not. :default - boolean(). false. The default value for unspecified fields under the :event_mask field.