Searched refs:sent (Results 151 – 175 of 288) sorted by relevance
12345678910>>...12
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 719 void (*sent)(struct bt_a2dp_stream *stream); member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | beacon.c | 131 beacon->sent = k_uptime_get_32(); in beacon_complete() 281 time_diff = now - beacon->sent; in net_beacon_send()
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 166 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/ |
D | Kconfig | 48 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/ |
D | README.rst | 13 …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/ |
D | main.c | 144 .sent = broadcast_sent_cb
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_broadcast_source.c | 164 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/ |
D | api_lifecycle.rst | 106 #. 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/ |
D | Kconfig.net | 4 # Immediate mode cannot be used with network backend as it would cause the sent
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 93 sent. This can vary with chipset (ESP8266/ESP32) and firmware
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 412 .sent = unicast_stream_sent_cb, in init_cap_acceptor_unicast()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | cis_central.c | 151 .sent = sdu_sent_cb, in init()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 136 .sent = sent_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 136 .sent = sent_cb,
|
/Zephyr-latest/doc/connectivity/networking/ |
D | overview.rst | 125 application data when it is sent to the network. 131 * **Network traffic classification.** The sent and received network packets can
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v2.c | 510 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/ |
D | rfcomm.c | 550 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/ |
D | Kconfig | 117 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/ |
D | Kconfig | 113 json strings, that are sent to the hawkBit server. It might
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 149 The protocol selection is indicated by the request header sent by the
|
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/ |
D | README.rst | 49 acquisition both the green and red LEDs go on and the PCM stream is sent
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 51 BLOB data is sent to the BLOB stream.
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | main.c | 139 .sent = sent_cb,
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | README.rst | 12 for incoming IPv4 or IPv6 packets (sent by the echo client) and simply sends
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 31 large notification to be sent.
|
12345678910>>...12