From 64a157956a29a7201f9722442a322467773fe872 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 21 Oct 2016 12:38:09 +0200 Subject: [PATCH] docs: list of used hci commands --- doc/notes/hci_commands_used.txt | 53 +++++++++++++++++++++++++ doc/notes/hci_commands_used_all.txt | 53 +++++++++++++++++++++++++ doc/notes/hci_commands_used_classic.txt | 34 ++++++++++++++++ doc/notes/hci_commands_used_le.txt | 29 ++++++++++++++ 4 files changed, 169 insertions(+) create mode 100644 doc/notes/hci_commands_used.txt create mode 100644 doc/notes/hci_commands_used_all.txt create mode 100644 doc/notes/hci_commands_used_classic.txt create mode 100644 doc/notes/hci_commands_used_le.txt diff --git a/doc/notes/hci_commands_used.txt b/doc/notes/hci_commands_used.txt new file mode 100644 index 000000000..2ff37aa53 --- /dev/null +++ b/doc/notes/hci_commands_used.txt @@ -0,0 +1,53 @@ +hci_accept_connection_request +hci_accept_synchronous_connection +hci_authentication_requested +hci_create_connection +hci_delete_stored_link_key +hci_disconnect +hci_io_capability_request_negative_reply +hci_io_capability_request_reply +hci_le_add_device_to_white_list +hci_le_connection_update +hci_le_create_connection +hci_le_create_connection_cancel +hci_le_encrypt +hci_le_long_term_key_negative_reply +hci_le_long_term_key_request_reply +hci_le_rand +hci_le_read_buffer_size +hci_le_read_white_list_size +hci_le_remove_device_from_white_list +hci_le_set_advertise_enable +hci_le_set_advertising_data +hci_le_set_advertising_parameters +hci_le_set_random_address +hci_le_set_scan_enable +hci_le_set_scan_parameters +hci_le_set_scan_response_data +hci_le_start_encryption +hci_link_key_request_negative_reply +hci_link_key_request_reply +hci_pin_code_request_negative_reply +hci_read_bd_addr +hci_read_buffer_size +hci_read_local_supported_commands +hci_read_local_supported_features +hci_read_local_version_information +hci_read_remote_supported_features_command +hci_reject_connection_request +hci_reset +hci_set_connection_encryption +hci_set_event_mask +hci_setup_synchronous_connection +hci_user_confirmation_request_reply +hci_user_passkey_request_reply +hci_write_class_of_device +hci_write_default_erroneous_data_reporting +hci_write_extended_inquiry_response +hci_write_inquiry_mode +hci_write_le_host_supported +hci_write_local_name +hci_write_page_timeout +hci_write_scan_enable +hci_write_simple_pairing_mode +hci_write_synchronous_flow_control_enable diff --git a/doc/notes/hci_commands_used_all.txt b/doc/notes/hci_commands_used_all.txt new file mode 100644 index 000000000..2ff37aa53 --- /dev/null +++ b/doc/notes/hci_commands_used_all.txt @@ -0,0 +1,53 @@ +hci_accept_connection_request +hci_accept_synchronous_connection +hci_authentication_requested +hci_create_connection +hci_delete_stored_link_key +hci_disconnect +hci_io_capability_request_negative_reply +hci_io_capability_request_reply +hci_le_add_device_to_white_list +hci_le_connection_update +hci_le_create_connection +hci_le_create_connection_cancel +hci_le_encrypt +hci_le_long_term_key_negative_reply +hci_le_long_term_key_request_reply +hci_le_rand +hci_le_read_buffer_size +hci_le_read_white_list_size +hci_le_remove_device_from_white_list +hci_le_set_advertise_enable +hci_le_set_advertising_data +hci_le_set_advertising_parameters +hci_le_set_random_address +hci_le_set_scan_enable +hci_le_set_scan_parameters +hci_le_set_scan_response_data +hci_le_start_encryption +hci_link_key_request_negative_reply +hci_link_key_request_reply +hci_pin_code_request_negative_reply +hci_read_bd_addr +hci_read_buffer_size +hci_read_local_supported_commands +hci_read_local_supported_features +hci_read_local_version_information +hci_read_remote_supported_features_command +hci_reject_connection_request +hci_reset +hci_set_connection_encryption +hci_set_event_mask +hci_setup_synchronous_connection +hci_user_confirmation_request_reply +hci_user_passkey_request_reply +hci_write_class_of_device +hci_write_default_erroneous_data_reporting +hci_write_extended_inquiry_response +hci_write_inquiry_mode +hci_write_le_host_supported +hci_write_local_name +hci_write_page_timeout +hci_write_scan_enable +hci_write_simple_pairing_mode +hci_write_synchronous_flow_control_enable diff --git a/doc/notes/hci_commands_used_classic.txt b/doc/notes/hci_commands_used_classic.txt new file mode 100644 index 000000000..f917f9c1e --- /dev/null +++ b/doc/notes/hci_commands_used_classic.txt @@ -0,0 +1,34 @@ +hci_accept_connection_request +hci_accept_synchronous_connection +hci_authentication_requested +hci_create_connection +hci_delete_stored_link_key +hci_disconnect +hci_io_capability_request_negative_reply +hci_io_capability_request_reply +hci_le_add_device_to_white_list +hci_link_key_request_negative_reply +hci_link_key_request_reply +hci_pin_code_request_negative_reply +hci_read_bd_addr +hci_read_buffer_size +hci_read_local_supported_commands +hci_read_local_supported_features +hci_read_local_version_information +hci_read_remote_supported_features_command +hci_reject_connection_request +hci_reset +hci_set_connection_encryption +hci_set_event_mask +hci_setup_synchronous_connection +hci_user_confirmation_request_reply +hci_user_passkey_request_reply +hci_write_class_of_device +hci_write_default_erroneous_data_reporting +hci_write_extended_inquiry_response +hci_write_inquiry_mode +hci_write_local_name +hci_write_page_timeout +hci_write_scan_enable +hci_write_simple_pairing_mode +hci_write_synchronous_flow_control_enable diff --git a/doc/notes/hci_commands_used_le.txt b/doc/notes/hci_commands_used_le.txt new file mode 100644 index 000000000..735630d14 --- /dev/null +++ b/doc/notes/hci_commands_used_le.txt @@ -0,0 +1,29 @@ +hci_disconnect +hci_le_add_device_to_white_list +hci_le_connection_update +hci_le_create_connection +hci_le_create_connection_cancel +hci_le_encrypt +hci_le_long_term_key_negative_reply +hci_le_long_term_key_request_reply +hci_le_rand +hci_le_read_buffer_size +hci_le_read_white_list_size +hci_le_remove_device_from_white_list +hci_le_set_advertise_enable +hci_le_set_advertising_data +hci_le_set_advertising_parameters +hci_le_set_random_address +hci_le_set_scan_enable +hci_le_set_scan_parameters +hci_le_set_scan_response_data +hci_le_start_encryption +hci_read_bd_addr +hci_read_buffer_size +hci_read_local_supported_commands +hci_read_local_supported_features +hci_read_local_version_information +hci_read_remote_supported_features_command +hci_reset +hci_set_event_mask +hci_write_le_host_supported