Home
last modified time | relevance | path

Searched defs:param_len (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/host/ecc/mocks/
Dhci_core_expects.c13 void expect_single_call_bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in expect_single_call_bt_hci_cmd_create()
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/mocks/
Dhci_core_expects.c38 void expect_single_call_bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in expect_single_call_bt_hci_cmd_create()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dsdp_internal.h50 uint16_t param_len; member
Dsdp.c217 uint16_t param_len = buf->len; in bt_sdp_send() local
Dhci_core.c258 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_op_agg.c36 #define OPCODES_STATUS_ITEM_LEN(param_len) \ argument
/Zephyr-Core-3.5.0/samples/boards/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c237 size_t param_len = 0; in spi_flash_read_fd_sync() local
385 size_t param_len = 0; in spi_flash_read_fd_async() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c94 static struct net_buf *hci_cmd_create(uint16_t opcode, uint8_t param_len) in hci_cmd_create()
149 static int send_hci_command(uint16_t opcode, uint8_t param_len, uint16_t response) in send_hci_command()
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_shell.c129 size_t param_len = param ? strlen(param) + 1 : 0; in cmd_exec() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c49 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c61 struct net_buf *bt_hci_cmd_create(uint16_t opcode, uint8_t param_len) in bt_hci_cmd_create()
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_client.c573 uint8_t *params, uint8_t param_len) in write_olcp()
/Zephyr-Core-3.5.0/drivers/modem/
Dsimcom-sim7080.c2094 size_t out_len, sms_len, param_len; in MODEM_CMD_DEFINE() local
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dhci_types.h122 uint8_t param_len; member