Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 108) sorted by relevance

12345

/subsys/bluetooth/mesh/
A Dproxy_msg.c195 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 Dproxy_msg.h44 proxy_send_cb_t send; member
59 proxy_send_cb_t send,
A Dop_agg_srv.c76 goto send; in handle_sequence()
101 send: in handle_sequence()
A Dblob_cli.c429 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 Dprov_bearer.h94 int (*send)(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, member
/subsys/ipc/ipc_service/backends/
A Dipc_icmsg.c37 static int send(const struct device *instance, void *token, in send() function
49 .send = send,
A Dipc_icmsg_me_initiator.c159 static int send(const struct device *instance, void *token, in send() function
172 .send = send,
A Dipc_icmsg_me_follower.c248 static int send(const struct device *instance, void *token, in send() function
266 .send = send,
A DKconfig.icmsg_me11 Size of a static buffer used for preparring data to send in sending
/subsys/bluetooth/controller/ll_sw/nordic/lll/
A Dlll_prof.c26 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 Dlog_multidomain_backend.c72 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 Dlog_backend_ipc_service.c78 .send = backend_ipc_service_send
/subsys/mgmt/mcumgr/smp_client/
A DKconfig21 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 Dbap_usb.c259 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 DKconfig32 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 DKconfig.radio19 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 Ddsa_core.c36 return eth_api_conduit->send(dev_conduit, dsa_pkt); in dsa_xmit()
/subsys/net/l2/canbus/
A Dcanbus_raw.c40 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in canbus_send()
/subsys/bluetooth/mesh/shell/
A Dop_agg.c60 SHELL_CMD_ARG(seq-send, NULL, NULL, cmd_seq_send, 1, 0),
/subsys/mgmt/mcumgr/transport/
A DKconfig.lorawan51 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 Dipc_service.c139 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 DKconfig.backends40 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 Dec_host_cmd_backend_simulator.c55 .send = &ec_host_cmd_sim_send,
/subsys/net/l2/dummy/
A Ddummy.c44 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in dummy_send()
/subsys/logging/
A Dlog_link_ipc_service.c81 .send = link_ipc_service_send

Completed in 46 milliseconds

12345