Searched refs:response (Results 151 – 175 of 219) sorted by relevance
123456789
/Zephyr-latest/subsys/modem/ |
D | modem_ubx.c | 213 memcpy(ubx->script->response, ubx->work_buf, ubx->work_buf_len); in modem_ubx_process_received_ubx_frame()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 84 operation don't require a response :c:func:`bt_gatt_write_without_response`
|
/Zephyr-latest/drivers/sdhc/ |
D | imx_usdhc.c | 781 memcpy(cmd->response, host_cmd.response, sizeof(cmd->response)); in imx_usdhc_request()
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 193 After one week without a response to a request, a second attempt to elicit 194 a response from the contributor will be made. After one more week without a 195 response the item may be closed (draft and DNM tagged pull requests are 398 * - :guilabel:`Waiting for response`
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 309 bool "Include Bluetooth device name in scan response" 313 This option includes GAP device name in scan response when 887 This timeout controls how long config client waits for a response 904 This timeout controls how long health client waits for a response 1237 for a response message to arrive. This value can be changed at 1293 for a response message to arrive. This value can be changed at runtime 1331 for a response message to arrive. This value can be changed at runtime 1366 response message to arrive. This value can be changed at runtime using 1407 bool "Include Bluetooth device name in scan response" 1409 This option includes GAP device name in scan response when [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 484 .then(response => response.json())
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 66 Provisioning Server will use active scanning to request a scan response from the unprovisioned
|
D | dfu.rst | 307 response to the Firmware Update Client, indicating if the firmware update will have any effect on 356 response. 363 Distributor waits for the response from all Target nodes. Once all Target nodes have replied, or the
|
D | access.rst | 222 messages that are transmitted by a model in a response to a received message, also called 223 response messages.
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.xec | 94 the shared memory region to return the ACPI response data.
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 86 set of CPUs that need an IPI to trigger a reschedule in response to
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 587 int "WPA supplicant control interface response timeout in seconds" 590 Timeout for the control interface commands to get a response from the
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 154 sirk_rsp :Set the response used in SIRK requests <accept, accept_enc,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt_sn.rst | 109 function to process the response received. The application does not have to call
|
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/ |
D | README.rst | 135 Successful generic response to command 'efuse-program-once'
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 43 response to any behavior that they deem inappropriate, threatening, offensive,
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | Kconfig | 28 Size command response. If this size if greater than effective Link 49 command response.
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 3508 char response[sizeof("EARFCN=XXXXXXXXXXX, CellID=XXXXXXXXXXX, RSRP=-XXX, RSRQ=-XXX")]; in on_cmd_survey_status() local 3515 sizeof(response)); in on_cmd_survey_status() 3524 out_len = net_buf_linearize(response, sizeof(response), *buf, 0, len); in on_cmd_survey_status() 3525 LOG_HEXDUMP_DBG(response, out_len, "Site Survey"); in on_cmd_survey_status() 3528 value = strstr(response, key); in on_cmd_survey_status() 3537 value = strstr(response, key); in on_cmd_survey_status() 3546 value = strstr(response, key); in on_cmd_survey_status() 3555 value = strstr(response, key); in on_cmd_survey_status()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 91 * Add block wise support to CoAP for well-known response 302 * ``ZEP-2037`` - Malformed echo response
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | Kconfig | 23 This option enables the block wise support of CoAP response
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 1309 SHELL_CMD_ARG(write-without-response, NULL, 1312 SHELL_CMD_ARG(write-without-response-cb, NULL,
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 248 The ``MSG_RELEASE_DATA`` control message is sent in response to ``MSG_DATA``. 287 The ``MSG_RELEASE_BOUND`` control message is sent in response to ``MSG_BOUND``.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 187 and scan response data.
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 92 #. Delayed response
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig | 76 (REST request, REST response, server certificate(s)).
|
123456789