Searched refs:sent (Results 226 – 250 of 294) sorted by relevance
12345678910>>...12
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 254 CAN frame #2 successfully sent
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 111 frequency and parameters of when sensor data is sent to the service, 271 sent until the device has verified the identity of the server.
|
D | secure-coding.rst | 217 mistakes. Perhaps an example of things static analysis tool has sent us.
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_client_test.c | 178 .sent = bap_stream_tx_sent_cb,
|
D | cap_acceptor_test.c | 371 .sent = bap_stream_tx_sent_cb,
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | Kconfig | 33 hosts. If you enable this option, then the DNS requests are ONLY sent
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 116 mesh-specific workqueue. This will ensure that messages are always sent. 1009 Set the interval in milliseconds in which chunks are sent during the BLOB transfer. 1010 Note: Without a delay between each sent chunk, the network might become too busy with the 1444 node supports. This helps in reducing unwanted traffic getting sent to 1683 consecutive requests sent by the Low Power node. If no
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 344 * Fixed initial message id seed value for sent CoAP messages. 472 * :github:`21059` - Bluetooth sent callback delayed more than ATT 738 * :github:`19284` - Service Changed indication not being sent in some cases 833 * :github:`17983` - Bluetooth: Re-establish security before notifications/indications can be sent
|
D | release-notes-3.6.rst | 767 * Fixed a bug where ICMP Echo Reply could be sent without proper source IP 797 * Fixed a bug in block-wise transfer where block-wise ACKs were sent with 1009 * Fixed an issue whereby messages that were too large to be sent over the UDP transport would 1027 sent to erase the slot which was already erased.
|
D | release-notes-3.1.rst | 307 * SMP interprocessor interrupts are deferred so that they are sent only at 630 reports the number of bytes sent. 1177 - :github:`38947` - Issue with SMP commands sent over the UART 1645 * :github:`43829` - http_client: http_client_req() returns incorrect number of bytes sent 1726 * :github:`43314` - LE Audio: BAP ``sent`` callback missing 1864 …luetooth: Controller: BIG: Channel map update BIG: Generation of BIG_CHANNEL_MAP_IND (sent 6 times) 1929 * :github:`39132` - subsys/net/ip/tcp2: Missing feature to decrease Receive Window size sent in the…
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 921 a ``g``/``G`` packets which will be sent back to GDB. The format of 926 and sent to GDB. If a packet without incorrect length is sent to 931 * This takes a G-packet sent by GDB and populates the hardware
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | ascs.c | 940 if (ops != NULL && ops->sent != NULL) { in ascs_iso_sent() 941 ops->sent(stream); in ascs_iso_sent() 1092 .sent = ascs_iso_sent,
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 709 should be sent. The TX time information should be placed into 1010 packet should be sent. 1043 application to just before it is sent to network. The TX timing
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 194 payload is sent. This should allow sufficient time for first, and only first, 200 because the control characters to set color sent back to shell are interpreted
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 279 Filling the TX FIFO does not mean that data is being sent to the host. And
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 24 backends cannot be enabled. All output is sent to null.
|
/Zephyr-latest/ |
D | LICENSE | 54 means any form of electronic, verbal, or written communication sent
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 291 means that an error was detected and a new connect message will be sent.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | adv.c | 2338 if (adv->cb && adv->cb->sent) { in bt_hci_le_adv_set_terminated() 2343 adv->cb->sent(adv, &info); in bt_hci_le_adv_set_terminated()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | net_if.c | 1219 zstats->bytes.sent = stats.fw.umac.interface_data_stats.tx_bytes; in nrf_wifi_stats_get()
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 228 To decode the binary protocol that will now be sent to the console UART you need
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 313 Next lines contain messages, both sent and received. The contents of write messages is
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 363 .sent = iso_sent,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 55 requires at least to get the network interface it is meant to be sent
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xlnx_gem.c | 496 dev_data->stats.bytes.sent += tx_data_length; in eth_xlnx_gem_send()
|
12345678910>>...12