| /subsys/bluetooth/mesh/ |
| A D | proxy_msg.c | 195 return role->cb.send(conn, msg->data, msg->len, end, user_data); in bt_mesh_proxy_msg_send() 199 err = role->cb.send(conn, msg->data, mtu, NULL, NULL); in bt_mesh_proxy_msg_send() 209 err = role->cb.send(conn, msg->data, msg->len, end, user_data); in bt_mesh_proxy_msg_send() 218 err = role->cb.send(conn, msg->data, mtu, NULL, NULL); in bt_mesh_proxy_msg_send() 323 proxy_send_cb_t send, in bt_mesh_proxy_role_setup() argument 336 role->cb.send = send; in bt_mesh_proxy_role_setup()
|
| A D | proxy_msg.h | 44 proxy_send_cb_t send; member 59 proxy_send_cb_t send,
|
| A D | op_agg_srv.c | 76 goto send; in handle_sequence() 101 send: in handle_sequence()
|
| A D | blob_cli.c | 429 send(cli); in tx_complete() 511 send(cli); in retry_timeout() 538 send(cli); in blob_cli_broadcast() 790 .send = info_get_tx, in caps_get() 829 .send = xfer_start_tx, in xfer_start() 849 .send = block_start_tx, in block_start() 932 .send = chunk_tx, in chunk_send() 988 .send = block_get_tx, in block_check() 1071 .send = xfer_get_tx, in confirm_transfer() 1097 .send = xfer_get_tx, in check_transfer() [all …]
|
| A D | prov_bearer.h | 94 int (*send)(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, member
|
| /subsys/ipc/ipc_service/backends/ |
| A D | ipc_icmsg.c | 37 static int send(const struct device *instance, void *token, in send() function 49 .send = send,
|
| A D | ipc_icmsg_me_initiator.c | 159 static int send(const struct device *instance, void *token, in send() function 172 .send = send,
|
| A D | ipc_icmsg_me_follower.c | 248 static int send(const struct device *instance, void *token, in send() function 266 .send = send,
|
| A D | Kconfig.icmsg_me | 11 Size of a static buffer used for preparring data to send in sending
|
| /subsys/bluetooth/controller/ll_sw/nordic/lll/ |
| A D | lll_prof.c | 26 static int send(struct node_rx_pdu *rx); 169 (void)send(NULL); in lll_prof_send() 192 err = send(rx); in lll_prof_reserve_send() 201 static int send(struct node_rx_pdu *rx) in send() function
|
| /subsys/logging/backends/ |
| A D | log_multidomain_backend.c | 72 err = backend_remote->transport_api->send(backend_remote, out_msg, msg_len + msg_offset); in process() 123 err = backend_remote->transport_api->send(backend_remote, outmsg, msg_size); in get_name_response() 189 err = backend_remote->transport_api->send(backend_remote, &outmsg, sizeof(outmsg)); in log_multidomain_backend_on_recv_cb() 236 err = backend_remote->transport_api->send(backend_remote, &msg, sizeof(msg)); in dropped()
|
| A D | log_backend_ipc_service.c | 78 .send = backend_ipc_service_send
|
| /subsys/mgmt/mcumgr/smp_client/ |
| A D | Kconfig | 21 This define lifetime for SMP client send request. This configure is used if a request 25 int "SMP command re-send period in ms"
|
| /subsys/bluetooth/audio/shell/ |
| A D | bap_usb.c | 259 bool send = false; in bap_usb_add_frame_to_usb() local 263 send = true; in bap_usb_add_frame_to_usb() 266 send = true; in bap_usb_add_frame_to_usb() 269 send = true; in bap_usb_add_frame_to_usb() 272 if (send) { in bap_usb_add_frame_to_usb()
|
| /subsys/debug/gdbstub/ |
| A D | Kconfig | 32 int "GDB backend send/receive buffer size (in bytes)" 35 This specifies the size (in bytes) of the send/receive buffer
|
| /subsys/net/l2/ieee802154/ |
| A D | Kconfig.radio | 19 replying it could not send the packet (MAC PIB attribute: 39 Use Aloha mechanism (send without any clear channel assessment) to
|
| /subsys/net/l2/ethernet/dsa/ |
| A D | dsa_core.c | 36 return eth_api_conduit->send(dev_conduit, dsa_pkt); in dsa_xmit()
|
| /subsys/net/l2/canbus/ |
| A D | canbus_raw.c | 40 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in canbus_send()
|
| /subsys/bluetooth/mesh/shell/ |
| A D | op_agg.c | 60 SHELL_CMD_ARG(seq-send, NULL, NULL, cmd_seq_send, 1, 0),
|
| /subsys/mgmt/mcumgr/transport/ |
| A D | Kconfig.lorawan | 51 Will send an empty packet if a partial (fragmented) message has been received from the 77 Number of LoRaWAN message send retries if sending fails for the thread for polling for
|
| /subsys/ipc/ipc_service/ |
| A D | ipc_service.c | 139 if (!backend || !backend->send) { in ipc_service_send() 144 return backend->send(ept->instance, ept->token, data, len); in ipc_service_send()
|
| /subsys/shell/backends/ |
| A D | Kconfig.backends | 40 send two newlines during initialization. 204 send two newlines during initialization. 410 send two newlines during initialization. 507 send two newlines during initialization. 529 int "Telnet line send timeout" 623 send two newlines during initialization. 660 int "Websocket line send timeout" 725 send two newlines during initialization. 784 the shell will send two newlines during initialization.
|
| /subsys/mgmt/ec_host_cmd/backends/ |
| A D | ec_host_cmd_backend_simulator.c | 55 .send = &ec_host_cmd_sim_send,
|
| /subsys/net/l2/dummy/ |
| A D | dummy.c | 44 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in dummy_send()
|
| /subsys/logging/ |
| A D | log_link_ipc_service.c | 81 .send = link_ipc_service_send
|