Searched refs:response (Results 176 – 200 of 219) sorted by relevance
123456789
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 537 switch (cp->response) { in listen()
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 31 in response to :c:func:`pm_device_runtime_get` and :c:func:`pm_device_runtime_put`
|
D | device.rst | 140 if a device returns an error such as ``-EBUSY`` in response to the
|
/Zephyr-latest/doc/ |
D | glossary.rst | 108 to determine the correct response to interrupts and exceptions.
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 7 asynchronously in response to a hardware or software interrupt. 9 allowing the response to occur with very low overhead. 734 very rapid response, and can be done quickly without blocking.
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 1113 bool "Dump command and response codes" 1116 Enabling this will dump command and response 1124 Enabling this will dump command and response
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 167 …ZEP-604`` - In coap_server sample app, CoAP resource separate is not able to send separate response 307 * ``ZEP-1422`` - Arduino_101 doesn't response ipv6 ping request after enable echo_client ipv6
|
D | release-notes-2.7.rst | 636 intermediate response fragments. 668 response destination. 967 to response header. 1163 * :github:`38428` - http_client response callback always reports final_data == HTTP_DATA_FINAL 1375 …ithub:`37735` - Unsigned types are incorrectly serialized when TLV format is used in LWM2M response 1381 * :github:`37696` - Modbus TCP: wrong transaction id in response 1776 * :github:`34659` - Bluetooth: HCI cmd response timeout 1912 * :github:`24200` - USB GET_INTERFACE response always 0, even when an alternate setting is used
|
D | release-notes-1.13.rst | 402 * :github:`9131` - samples/net/coaps_server: Failed to send response to coaps_client 537 * :github:`8365` - mcumgr: improper response to "image list" command after update. 698 * :github:`3222` - No negative response if remote enabled encryption too soon
|
D | release-notes-3.1.rst | 631 * Clarified the expected behavior in case of empty response from the server. 989 report this error when the SMP response failed to fit into a buffer; 990 now when encoding of response fails ``MGMT_ERR_EMSGSIZE`` will be 1219 … - mgmt/mcumgr: Fragmentation of responses may cause mcumgr to drop successfully processed response 1223 …8` - SMP shell exec command causes BLE stack breakdown if buffer size is too small to hold response 1682 * :github:`43580` - hl7800: tcp stack freezes on slow response from modem 1774 * :github:`42988` - Specify and standardize undefined behavior on empty response from server for ht…
|
D | release-notes-4.0.rst | 955 * Implemented replying with CoAP RST response for unknown queries in CoAP client. 961 * Fixed handling of response retransmissions in CoAP client. 1001 * Added support for specifying response headers and response code by the application.
|
D | release-notes-3.2.rst | 1398 response is now only used for mcumgr errors, shell command 1442 * Verbose error response reporting has been fixed and is now present when 2487 …8` - SMP shell exec command causes BLE stack breakdown if buffer size is too small to hold response 2492 … - mgmt/mcumgr: Fragmentation of responses may cause mcumgr to drop successfully processed response 2560 * :github:`42197` - Bluetooth: Controller: llcp: No disconnect if remote does not response for init… 2584 …hub:`40893` - mgmt/mcumg/lib: Encode shell command execution result in additional field of response 2586 * :github:`40854` - mgmt/mcumgr/lib: Extend taskstat response with "runtime" statistics
|
D | release-notes-1.6.rst | 300 * ``ZEP-940`` - Fail to get ATT response
|
D | release-notes-3.4.rst | 1042 * Fixed missing response check in :c:func:`coap_response_received`. 1211 * Display TWT (Target Wake Time) configuration response status in Wi-Fi shell. 1212 * Added more detailed TWT response parameters printout in Wi-Fi shell.
|
D | release-notes-3.6.rst | 798 wrong response code. 923 * TCP stack now replies with RST packet in response to connection attempt on 1237 * Fixed missing response if echo command was disabled in boot_serial.
|
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/ |
D | index.rst | 9 core running up to 227 MHz for high CPU performance and real-time response.
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 272 If no response is required for the callback, the function call be called and
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/doc/ |
D | index.rst | 8 real-time response.
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1326 reponse||response 1347 responce||response
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 317 req.response = response_cb; in websocket_connect()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 32 sirk_rsp :Set the response used in SIRK requests <accept, accept_enc,
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 1009 http_req.response = response_cb; in send_request()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 986 Clear the list of faults for a Company ID without requesting a response. 1003 Invoke a self-test procedure without requesting a response. 1054 Enable the Health Server attention state for some time without requesting a response. 1208 assigned an image slot index, which is printed as a response, and can be used to reference
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 292 response data. 543 When receiving pairing request or pairing response query the
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 995 state->response = 0xA578FEB3; in vnd_get() 999 net_buf_simple_add_le32(msg, state->response); in vnd_get()
|
123456789