Home
last modified time | relevance | path

Searched refs:sent (Results 151 – 175 of 288) sorted by relevance

12345678910>>...12

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h719 void (*sent)(struct bt_a2dp_stream *stream); member
/Zephyr-latest/subsys/bluetooth/mesh/
Dbeacon.c131 beacon->sent = k_uptime_get_32(); in beacon_complete()
281 time_diff = now - beacon->sent; in net_beacon_send()
/Zephyr-latest/doc/hardware/emulator/
Dbus_emulators.rst166 The final property, ``forwards`` indicates that any read/write requests sent to
167 address ``0x20`` should be sent to ``i2c1`` with the same address. This allows
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig48 HCI packets are sent and received as single Byte transfers,
213 HCI packets are sent and received as single Byte transfers.
/Zephyr-latest/samples/subsys/zbus/remote_mock/
DREADME.rst13 …controllability and observability since we can control and access what is sent and received by the…
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/src/
Dmain.c144 .sent = broadcast_sent_cb
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_source.c164 if (ops != NULL && ops->sent != NULL) { in broadcast_source_iso_sent()
165 ops->sent(stream); in broadcast_source_iso_sent()
243 .sent = broadcast_source_iso_sent,
/Zephyr-latest/doc/develop/api/
Dapi_lifecycle.rst106 #. An email must be sent to the ``devel`` mailing list announcing the API
159 #. An email must be sent to the ``devel`` mailing list with a subject identical
197 If the Pull Request is merged then an email must be sent to the ``devel`` and
/Zephyr-latest/subsys/logging/backends/
DKconfig.net4 # Immediate mode cannot be used with network backend as it would cause the sent
/Zephyr-latest/drivers/wifi/esp_at/
DKconfig.esp_at93 sent. This can vary with chipset (ESP8266/ESP32) and firmware
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c412 .sent = unicast_stream_sent_cb, in init_cap_acceptor_unicast()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c151 .sent = sdu_sent_cb, in init()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c136 .sent = sent_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c136 .sent = sent_cb,
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst125 application data when it is sent to the network.
131 * **Network traffic classification.** The sent and received network packets can
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v2.c510 struct dma_iproc_pax_write_sync_data sync_rd, *recv, *sent; in poll_on_write_sync() local
517 sent = &(ring->curr.sync_data); in poll_on_write_sync()
529 if (memcmp((void *)recv, (void *)sent, 4) == 0) { in poll_on_write_sync()
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c550 if (dlc && dlc->ops && dlc->ops->sent) { in bt_rfcomm_tx_destroy()
551 dlc->ops->sent(dlc, -ESHUTDOWN); in bt_rfcomm_tx_destroy()
567 if (dlc && dlc->ops && dlc->ops->sent) { in rfcomm_sent()
568 dlc->ops->sent(dlc, err); in rfcomm_sent()
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig117 Messages are sent right away instead of waiting for next registration update.
206 minimum time period, the notification must be sent after the time
215 must be sent.
519 Registration Update is sent by the engine. In networks with large
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig113 json strings, that are sent to the hawkBit server. It might
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig149 The protocol selection is indicated by the request header sent by the
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst49 acquisition both the green and red LEDs go on and the PCM stream is sent
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst51 BLOB data is sent to the BLOB stream.
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c139 .sent = sent_cb,
/Zephyr-latest/samples/net/sockets/echo_server/
DREADME.rst12 for incoming IPv4 or IPv6 packets (sent by the echo client) and simply sends
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst31 large notification to be sent.

12345678910>>...12