Searched defs:param_len (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.5.0/tests/bluetooth/host/ecc/mocks/ |
D | hci_core_expects.c | 13 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/ |
D | hci_core_expects.c | 38 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/ |
D | sdp_internal.h | 50 uint16_t param_len; member
|
D | sdp.c | 217 uint16_t param_len = buf->len; in bt_sdp_send() local
|
D | hci_core.c | 258 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/ |
D | test_op_agg.c | 36 #define OPCODES_STATUS_ITEM_LEN(param_len) \ argument
|
/Zephyr-Core-3.5.0/samples/boards/mec172xevb_assy6906/qmspi_ldma/src/ |
D | main.c | 237 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/ |
D | main.c | 94 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/ |
D | lwm2m_shell.c | 129 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/ |
D | main.c | 49 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/ |
D | main.c | 61 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/ |
D | ots_client.c | 573 uint8_t *params, uint8_t param_len) in write_olcp()
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | simcom-sim7080.c | 2094 size_t out_len, sms_len, param_len; in MODEM_CMD_DEFINE() local
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | hci_types.h | 122 uint8_t param_len; member
|