/btstack/src/ |
H A D | hci_cmd.c | 88 uint16_t hci_cmd_create_from_template(uint8_t *hci_cmd_buffer, const hci_cmd_t *cmd, va_list argptr… in hci_cmd_create_from_template() 297 uint16_t hci_cmd_create_from_template_with_vargs(uint8_t * hci_cmd_buffer, const hci_cmd_t * cmd, .… in hci_cmd_create_from_template_with_vargs() 314 const hci_cmd_t hci_inquiry = { 320 const hci_cmd_t hci_inquiry_cancel = { 331 const hci_cmd_t hci_periodic_inquiry_mode = { 337 const hci_cmd_t hci_exit_periodic_inquiry_mode = { 349 const hci_cmd_t hci_create_connection = { 357 const hci_cmd_t hci_disconnect = { 364 const hci_cmd_t hci_create_connection_cancel = { 372 const hci_cmd_t hci_accept_connection_request = { [all …]
|
H A D | hci_cmd.h | 86 } hci_cmd_t; typedef 379 extern const hci_cmd_t hci_accept_connection_request; 380 extern const hci_cmd_t hci_accept_synchronous_connection; 381 extern const hci_cmd_t hci_authentication_requested; 382 extern const hci_cmd_t hci_change_connection_link_key; 383 extern const hci_cmd_t hci_change_connection_packet_type; 384 extern const hci_cmd_t hci_configure_data_path; 385 extern const hci_cmd_t hci_create_connection; 386 extern const hci_cmd_t hci_create_connection_cancel; 387 extern const hci_cmd_t hci_delete_stored_link_key; [all …]
|
H A D | hci.h | 1488 uint8_t hci_send_cmd(const hci_cmd_t * cmd, ...); 1615 uint8_t hci_send_cmd_va_arg(const hci_cmd_t * cmd, va_list argptr);
|
/btstack/platform/daemon/src/ |
H A D | daemon_cmds.c | 53 const hci_cmd_t btstack_get_state = { 60 const hci_cmd_t btstack_set_power_mode = { 67 const hci_cmd_t btstack_set_acl_capture_mode = { 71 const hci_cmd_t btstack_get_version = { 75 const hci_cmd_t btstack_get_system_bluetooth_enabled = { 82 const hci_cmd_t btstack_set_system_bluetooth_enabled = { 89 const hci_cmd_t btstack_set_discoverable = { 96 const hci_cmd_t btstack_set_bluetooth_enabled = { 104 const hci_cmd_t l2cap_create_channel_cmd = { 113 const hci_cmd_t l2cap_create_channel_mtu_cmd = { [all …]
|
H A D | daemon_cmds.h | 129 extern const hci_cmd_t btstack_get_state; 130 extern const hci_cmd_t btstack_set_power_mode; 131 extern const hci_cmd_t btstack_set_acl_capture_mode; 132 extern const hci_cmd_t btstack_get_version; 133 extern const hci_cmd_t btstack_get_system_bluetooth_enabled; 134 extern const hci_cmd_t btstack_set_system_bluetooth_enabled; 135 extern const hci_cmd_t btstack_set_discoverable; 136 extern const hci_cmd_t btstack_set_bluetooth_enabled; // only used by btstack config 138 extern const hci_cmd_t l2cap_accept_connection_cmd; 139 extern const hci_cmd_t l2cap_create_channel_cmd; [all …]
|
H A D | btstack_client.h | 87 int bt_send_cmd(const hci_cmd_t *cmd, ...);
|
H A D | btstack.c | 123 int bt_send_cmd(const hci_cmd_t *cmd, ...){ in bt_send_cmd()
|
/btstack/test/embedded/ |
H A D | hci_cmd_test.cpp | 10 static uint16_t create_hci_cmd(const hci_cmd_t *cmd, ...){ in create_hci_cmd() 18 const hci_cmd_t cmd_1 = {0x1234, "1"}; 19 const hci_cmd_t cmd_2 = {0x1234, "2"}; 20 const hci_cmd_t cmd_3 = {0x1234, "3"}; 21 const hci_cmd_t cmd_4 = {0x1234, "4"}; 22 const hci_cmd_t cmd_A = {0x1234, "A"}; 23 const hci_cmd_t cmd_B = {0x1234, "B"}; 24 const hci_cmd_t cmd_D = {0x1234, "D"}; 25 const hci_cmd_t cmd_E = {0x1234, "E"}; 26 const hci_cmd_t cmd_H = {0x1234, "H"}; [all …]
|
/btstack/chipset/em9301/ |
H A D | btstack_chipset_em9301.h | 59 extern const hci_cmd_t hci_vendor_em_set_public_address; 60 extern const hci_cmd_t hci_vendor_em_set_uart_baudrate; 61 extern const hci_cmd_t hci_vendor_em_transmitter_test; 62 extern const hci_cmd_t hci_vendor_em_transmitter_test_end; 63 extern const hci_cmd_t hci_vendor_em_patch_query; 64 extern const hci_cmd_t hci_vendor_em_set_memory_mode; 65 extern const hci_cmd_t hci_vendor_em_set_sleep_options;
|
H A D | btstack_chipset_em9301.c | 67 const hci_cmd_t hci_vendor_em_set_public_address = { 74 const hci_cmd_t hci_vendor_em_set_uart_baudrate = { 84 const hci_cmd_t hci_vendor_em_transmitter_test = { 90 const hci_cmd_t hci_vendor_em_transmitter_test_end = { 97 const hci_cmd_t hci_vendor_em_patch_query = { 105 const hci_cmd_t hci_vendor_em_set_memory_mode = { 112 const hci_cmd_t hci_vendor_em_set_sleep_options = {
|
/btstack/chipset/intel/ |
H A D | btstack_chipset_intel_firmware.c | 127 static const hci_cmd_t hci_intel_read_version = { 130 static const hci_cmd_t hci_intel_read_secure_boot_params = { 134 static const hci_cmd_t hci_intel_reset_param = { 138 static const hci_cmd_t hci_intel_set_event_mask = { 237 static int transport_send_cmd_va_arg(const hci_cmd_t *cmd, va_list argptr){ in transport_send_cmd_va_arg() 243 static int transport_send_cmd(const hci_cmd_t *cmd, ...){ in transport_send_cmd()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 32 void mock_simulate_command_complete(const hci_cmd_t *cmd){ in mock_simulate_command_complete() 120 uint8_t hci_send_cmd(const hci_cmd_t *cmd, ...){ in hci_send_cmd()
|
H A D | le_central.cpp | 31 extern "C" void mock_simulate_command_complete(const hci_cmd_t *cmd);
|
/btstack/test/gatt_server/ |
H A D | mock.c | 30 void mock_simulate_command_complete(const hci_cmd_t *cmd){ in mock_simulate_command_complete() 147 uint8_t hci_send_cmd(const hci_cmd_t *cmd, ...){ in hci_send_cmd()
|
/btstack/test/security_manager/ |
H A D | mock.c | 107 void mock_simulate_command_complete(const hci_cmd_t *cmd){ in mock_simulate_command_complete() 235 uint8_t hci_send_cmd(const hci_cmd_t *cmd, ...){ in hci_send_cmd()
|
H A D | security_manager.cpp | 118 void mock_simulate_command_complete(const hci_cmd_t *cmd);
|
/btstack/test/crypto/ |
H A D | mock.c | 43 uint8_t hci_send_cmd(const hci_cmd_t *cmd, ...){ in hci_send_cmd()
|
H A D | aes_cmac_test2.cpp | 100 uint8_t hci_send_cmd(const hci_cmd_t *cmd, ...){ in hci_send_cmd()
|
/btstack/test/gap/ |
H A D | test_le_scan.cpp | 89 void CHECK_HCI_COMMAND(const hci_cmd_t * expected_hci_command){ in CHECK_HCI_COMMAND()
|
/btstack/test/att_db/ |
H A D | att_db_util_test.cpp | 106 uint8_t hci_send_cmd(const hci_cmd_t *cmd, ...){ in hci_send_cmd()
|
/btstack/chipset/cc256x/ |
H A D | ant_cmd.h | 149 extern const hci_cmd_t btstack_get_state;
|
/btstack/test/fuzz/ |
H A D | fuzz_l2cap_whitebox.c | 99 uint8_t hci_send_cmd(const hci_cmd_t * cmd, ...){ in hci_send_cmd()
|
H A D | fuzz_l2cap.c | 98 uint8_t hci_send_cmd(const hci_cmd_t * cmd, ...){ in hci_send_cmd()
|
/btstack/test/mesh/ |
H A D | mock.c | 124 uint8_t hci_send_cmd(const hci_cmd_t *cmd, ...){ in hci_send_cmd()
|
/btstack/test/hfp/ |
H A D | mock.c | 213 uint8_t hci_send_cmd(const hci_cmd_t *cmd, ...){ in hci_send_cmd()
|