Searched defs:hci_cmd_buffer (Results 1 – 14 of 14) sorted by relevance
/btstack/chipset/cc256x/ |
H A D | btstack_chipset_cc256x.c | 181 static void chipset_set_baudrate_command(uint32_t baudrate, uint8_t *hci_cmd_buffer){ in chipset_set_baudrate_command() 191 static void chipset_set_bd_addr_command(bd_addr_t addr, uint8_t *hci_cmd_buffer){ in chipset_set_bd_addr_command() 233 static void update_set_power_vector(uint8_t *hci_cmd_buffer){ in update_set_power_vector() 272 static void update_set_class2_single_power(uint8_t * hci_cmd_buffer){ in update_set_class2_single_power() 281 static void update_sleep_mode_configurations(uint8_t * hci_cmd_buffer){ in update_sleep_mode_configurations() 289 static void update_init_script_command(uint8_t *hci_cmd_buffer){ in update_init_script_command() 308 static btstack_chipset_result_t chipset_next_command(uint8_t * hci_cmd_buffer){ in chipset_next_command()
|
H A D | ant_cmd.c | 58 static uint16_t ant_cmd_create_from_template(uint8_t *hci_cmd_buffer, const ant_cmd_t *cmd, va_list… in ant_cmd_create_from_template() 123 uint16_t ant_create_cmd(uint8_t *hci_cmd_buffer, const ant_cmd_t *cmd, ...){ in ant_create_cmd()
|
/btstack/chipset/bcm/ |
H A D | btstack_chipset_bcm.c | 90 static void chipset_set_baudrate_command(uint32_t baudrate, uint8_t *hci_cmd_buffer){ in chipset_set_baudrate_command() 100 static void chipset_set_bd_addr_command(bd_addr_t addr, uint8_t *hci_cmd_buffer){ in chipset_set_bd_addr_command() 129 static btstack_chipset_result_t chipset_next_command(uint8_t * hci_cmd_buffer){ in chipset_next_command() 239 static btstack_chipset_result_t chipset_next_command(uint8_t * hci_cmd_buffer){ in chipset_next_command()
|
/btstack/chipset/em9301/ |
H A D | btstack_chipset_em9301.c | 172 static void chipset_set_bd_addr_command(bd_addr_t addr, uint8_t *hci_cmd_buffer){ in chipset_set_bd_addr_command() 178 static void chipset_set_baudrate_command(uint32_t baudrate, uint8_t *hci_cmd_buffer){ in chipset_set_baudrate_command() 205 static btstack_chipset_result_t chipset_next_command(uint8_t * hci_cmd_buffer){ in chipset_next_command()
|
/btstack/chipset/stlc2500d/ |
H A D | btstack_chipset_stlc2500d.c | 59 static void chipset_set_baudrate_command(uint32_t baudrate, uint8_t *hci_cmd_buffer){ in chipset_set_baudrate_command() 99 static void chipset_set_bd_addr_command(bd_addr_t addr, uint8_t *hci_cmd_buffer){ in chipset_set_bd_addr_command()
|
/btstack/chipset/tc3566x/ |
H A D | btstack_chipset_tc3566x.c | 64 static void chipset_set_baudrate_command(uint32_t baudrate, uint8_t *hci_cmd_buffer){ in chipset_set_baudrate_command() 94 static void chipset_set_bd_addr_command(bd_addr_t addr, uint8_t *hci_cmd_buffer){ in chipset_set_bd_addr_command()
|
/btstack/chipset/csr/ |
H A D | btstack_chipset_csr.c | 112 static enum update_result update_init_script_command(uint8_t *hci_cmd_buffer){ in update_init_script_command() 145 static btstack_chipset_result_t chipset_next_command(uint8_t * hci_cmd_buffer){ in chipset_next_command()
|
/btstack/chipset/atwilc3000/ |
H A D | btstack_chipset_atwilc3000.c | 112 static void atwilc3000_set_baudrate_command(uint32_t baudrate, uint8_t *hci_cmd_buffer){ in atwilc3000_set_baudrate_command() 120 static void atwilc3000_set_bd_addr_command(bd_addr_t addr, uint8_t *hci_cmd_buffer){ in atwilc3000_set_bd_addr_command()
|
/btstack/chipset/zephyr/ |
H A D | btstack_chipset_zephyr.c | 72 static btstack_chipset_result_t chipset_next_command(uint8_t * hci_cmd_buffer){ in chipset_next_command()
|
/btstack/platform/daemon/src/ |
H A D | btstack.c | 61 static uint8_t hci_cmd_buffer[HCI_ACL_BUFFER_SIZE]; // BTstack command packets are not size restric… variable
|
/btstack/chipset/realtek/ |
H A D | btstack_chipset_realtek.c | 776 static uint8_t update_firmware(const char *firmware, const char *config, uint8_t *hci_cmd_buffer) { in update_firmware() 959 static btstack_chipset_result_t chipset_next_command(uint8_t *hci_cmd_buffer) { in chipset_next_command()
|
/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()
|
/btstack/chipset/nxp/ |
H A D | btstack_chipset_nxp.c | 478 static btstack_chipset_result_t nxp_next_command(uint8_t * hci_cmd_buffer) { in nxp_next_command()
|
/btstack/test/embedded/ |
H A D | hci_cmd_test.cpp | 7 static uint8_t hci_cmd_buffer[350]; variable
|