/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_tmap.c | 14 static uint8_t read_supported_commands(const void *cmd, uint16_t cmd_len, void *rsp, in read_supported_commands() argument 46 static uint8_t tmap_discover(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in tmap_discover() argument
|
D | btp_csip.c | 21 static uint8_t btp_csip_supported_commands(const void *cmd, uint16_t cmd_len, in btp_csip_supported_commands() argument 173 static uint8_t btp_csip_discover(const void *cmd, uint16_t cmd_len, in btp_csip_discover() argument 218 static uint8_t btp_csip_set_coordinator_lock(const void *cmd, uint16_t cmd_len, void *rsp, in btp_csip_set_coordinator_lock() argument 249 static uint8_t btp_csip_set_coordinator_release(const void *cmd, uint16_t cmd_len, void *rsp, in btp_csip_set_coordinator_release() argument 280 static uint8_t btp_csip_start_ordered_access(const void *cmd, uint16_t cmd_len, in btp_csip_start_ordered_access() argument
|
D | btp_bap_broadcast.c | 309 uint8_t btp_bap_broadcast_source_setup(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_source_setup() argument 421 uint8_t btp_bap_broadcast_source_release(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_source_release() argument 441 uint8_t btp_bap_broadcast_adv_start(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_adv_start() argument 468 uint8_t btp_bap_broadcast_adv_stop(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_adv_stop() argument 485 uint8_t btp_bap_broadcast_source_start(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_source_start() argument 508 uint8_t btp_bap_broadcast_source_stop(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_source_stop() argument 1062 uint8_t btp_bap_broadcast_sink_setup(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_sink_setup() argument 1090 uint8_t btp_bap_broadcast_sink_release(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_sink_release() argument 1102 uint8_t btp_bap_broadcast_scan_start(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_scan_start() argument 1119 uint8_t btp_bap_broadcast_scan_stop(const void *cmd, uint16_t cmd_len, in btp_bap_broadcast_scan_stop() argument [all …]
|
D | btp_bap_unicast.c | 929 uint8_t btp_bap_discover(const void *cmd, uint16_t cmd_len, in btp_bap_discover() argument 1236 uint8_t btp_ascs_configure_codec(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in btp_ascs_configure_codec() argument 1284 uint8_t btp_ascs_preconfigure_qos(const void *cmd, uint16_t cmd_len, in btp_ascs_preconfigure_qos() argument 1306 uint8_t btp_ascs_configure_qos(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in btp_ascs_configure_qos() argument 1353 uint8_t btp_ascs_enable(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in btp_ascs_enable() argument 1387 uint8_t btp_ascs_disable(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in btp_ascs_disable() argument 1422 uint8_t btp_ascs_receiver_start_ready(const void *cmd, uint16_t cmd_len, in btp_ascs_receiver_start_ready() argument 1478 uint8_t btp_ascs_receiver_stop_ready(const void *cmd, uint16_t cmd_len, in btp_ascs_receiver_stop_ready() argument 1513 uint8_t btp_ascs_release(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in btp_ascs_release() argument 1547 uint8_t btp_ascs_update_metadata(const void *cmd, uint16_t cmd_len, in btp_ascs_update_metadata() argument [all …]
|
/Zephyr-latest/drivers/modem/ |
D | modem_cmd_handler.c | 121 begin = cmd->cmd_len; in parse_params() 122 end = cmd->cmd_len; in parse_params() 189 return begin - cmd->cmd_len; in parse_params() 214 data->rx_buf = net_buf_skip(data->rx_buf, cmd->cmd_len + parsed_len); in process_cmd() 218 ret = cmd->func(data, match_len - cmd->cmd_len - parsed_len, in process_cmd() 222 net_buf_push(data->rx_buf, cmd->cmd_len + parsed_len); in process_cmd() 250 data->cmds[j][i].cmd_len) == 0) { in find_cmd_match() 347 ret = cmd->func(data, cmd->cmd_len, NULL, 0); in cmd_handler_process_rx_buf()
|
D | wncm14a2a.c | 80 .cmd_len = (uint16_t)sizeof(cmd_)-1, \ 162 uint16_t cmd_len; member 1131 handlers[i].cmd_len) == 0) { in wncm14a2a_rx() 1138 handlers[i].cmd_len); in wncm14a2a_rx()
|
D | hl7800.c | 221 .cmd = cmd_, .cmd_len = (uint16_t)sizeof(cmd_) - 1, \ 537 uint16_t cmd_len; member 4721 handlers[i].cmd_len); in hl7800_rx() 4725 handlers[i].cmd_len); in hl7800_rx() 4735 handlers[i].cmd_len); in hl7800_rx()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_core.c | 33 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() argument 48 static uint8_t supported_services(const void *cmd, uint16_t cmd_len, in supported_services() argument 116 static uint8_t register_service(const void *cmd, uint16_t cmd_len, in register_service() argument 266 static uint8_t unregister_service(const void *cmd, uint16_t cmd_len, in unregister_service() argument
|
D | btp_ots.c | 40 static uint8_t ots_supported_commands(const void *cmd, uint16_t cmd_len, in ots_supported_commands() argument 65 static uint8_t register_object(const void *cmd, uint16_t cmd_len, in register_object() argument 77 if ((cmd_len < sizeof(*cp)) || (cmd_len != sizeof(*cp) + cp->name_len)) { in register_object()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_telnet.h | 54 uint8_t cmd_len; member
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_telnet.c | 303 if (sh_telnet->cmd_len > 0) { in telnet_recv() 305 if (sh_telnet->cmd_len == 1) { in telnet_recv() 308 sh_telnet->cmd_len++; in telnet_recv() 316 } else if (sh_telnet->cmd_len == 2) { in telnet_recv() 319 sh_telnet->cmd_len++; in telnet_recv() 332 sh_telnet->cmd_len = 0; in telnet_recv() 339 sh_telnet->cmd_len++; in telnet_recv() 434 sh_telnet->cmd_len = 0; in telnet_accept()
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_at2x.c | 422 size_t cmd_len = 1 + config->addr_width / 8; in eeprom_at25_read() local 428 .len = cmd_len, in eeprom_at25_read() 437 .len = cmd_len, in eeprom_at25_read() 509 size_t cmd_len = 1 + config->addr_width / 8; in eeprom_at25_write() local 515 .len = cmd_len, in eeprom_at25_write()
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 212 uint16_t cmd_len = z_shell_strlen(sh->ctx->cmd_buff); in history_handle() local 214 if (cmd_len) { in history_handle() 361 uint16_t cmd_len; in autocomplete() local 369 cmd_len = z_shell_strlen(match->syntax); in autocomplete() 375 if (cmd_len == arg_len) { in autocomplete() 382 if (cmd_len != arg_len) { in autocomplete() 385 cmd_len - arg_len); in autocomplete() 1713 uint16_t cmd_len = z_shell_strlen(cmd); in shell_execute_cmd() local 1720 if (cmd_len > (CONFIG_SHELL_CMD_BUFF_SIZE - 1)) { in shell_execute_cmd() 1736 sh->ctx->cmd_buff_len = cmd_len; in shell_execute_cmd() [all …]
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | bttester.h | 48 uint8_t (*func)(const void *cmd, uint16_t cmd_len,
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ifx_cyw208xx.c | 109 extern wiced_result_t host_stack_send_cmd_to_lower(uint8_t *cmd, uint16_t cmd_len);
|