Searched refs:sent (Results 226 – 250 of 288) sorted by relevance
12345678910>>...12
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_client_test.c | 180 .sent = bap_stream_tx_sent_cb,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 116 mesh-specific workqueue. This will ensure that messages are always sent. 1007 Set the interval in milliseconds in which chunks are sent during the BLOB transfer. 1008 Note: Without a delay between each sent chunk, the network might become too busy with the 1418 node supports. This helps in reducing unwanted traffic getting sent to 1673 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/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/services/debugging/ |
D | coredump.rst | 24 backends cannot be enabled. All output is sent to null.
|
/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/samples/net/mqtt_publisher/ |
D | README.rst | 291 means that an error was detected and a new connect message will be sent.
|
/Zephyr-latest/ |
D | LICENSE | 54 means any form of electronic, verbal, or written communication sent
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | adv.c | 2308 if (adv->cb && adv->cb->sent) { in bt_hci_le_adv_set_terminated() 2313 adv->cb->sent(adv, &info); in bt_hci_le_adv_set_terminated()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | ascs.c | 954 if (ops != NULL && ops->sent != NULL) { in ascs_iso_sent() 955 ops->sent(stream); in ascs_iso_sent() 1106 .sent = ascs_iso_sent,
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | net_if.c | 1220 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/drivers/ethernet/ |
D | eth_xlnx_gem.c | 496 dev_data->stats.bytes.sent += tx_data_length; in eth_xlnx_gem_send()
|
/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/doc/security/ |
D | secure-coding.rst | 217 mistakes. Perhaps an example of things static analysis tool has sent us.
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 155 publishing the responses in bulk. This reduces the number of emails sent to
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 117 * It reduces the amount of data that needs to be sent to and processed by the application core, as …
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 263 …Warn : keep_alive() was not invoked in the 1000 ms timelimit. GDB alive packet not sent! (1469 ms)…
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 568 zassert_equal(before.ipv4.sent, after.ipv4.sent, "Data sent afer connection timeout"); in ZTEST()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 438 client receives notifications. The values sent in the notifications
|
12345678910>>...12