| /Zephyr-latest/include/zephyr/bluetooth/mesh/ |
| D | heartbeat.h | 29 /** Heartbeat Publication parameters */ 50 /** Heartbeat Subscription parameters. */ 83 * Heartbeat subscription parameters. 85 * @param sub Current Heartbeat subscription parameters. 102 * @param sub Current Heartbeat subscription parameters. 110 * @param pub Current Heartbeat publication parameters. 126 /** @brief Get the current Heartbeat publication parameters. 128 * @param get Heartbeat publication parameters return buffer. 132 /** @brief Get the current Heartbeat subscription parameters. 134 * @param get Heartbeat subscription parameters return buffer.
|
| /Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
| D | Kconfig.bluetooth | 48 bool "Request specific connection parameters for SMP packet exchange" 52 Enables support for requesting specific connection parameters when 88 int "Connection parameters restore time in milliseconds" 93 connection parameters are restored to peripheral preferred values 97 int "Connection parameters update retry time in milliseconds" 101 In case connection parameters update fails due to an error, this
|
| /Zephyr-latest/drivers/flash/ |
| D | Kconfig.andes | 23 prompt "Source for Serial Flash Discoverable Parameters" 27 bool "Basic Flash Parameters from devicetree node" 29 The JESD216 Basic Flash Parameters table must be provided in the 34 bool "Read flash parameters at runtime"
|
| D | soc_flash_xmc4xxx.c | 25 struct flash_parameters parameters; member 83 if (len % dev_config->parameters.write_block_size || in flash_xmc4xxx_write() 84 offset % dev_config->parameters.write_block_size > 0) { in flash_xmc4xxx_write() 94 num_pages = len / dev_config->parameters.write_block_size; in flash_xmc4xxx_write() 101 memcpy(aligned_page, src, dev_config->parameters.write_block_size); in flash_xmc4xxx_write() 108 flash_addr += dev_config->parameters.write_block_size; in flash_xmc4xxx_write() 109 src += dev_config->parameters.write_block_size; in flash_xmc4xxx_write() 180 return &dev_config->parameters; in flash_xmc4xxx_get_parameters() 197 .parameters = {.write_block_size = FLASH_WRITE_BLK_SZ, .erase_value = 0}};
|
| D | Kconfig.nor | 20 prompt "Source for Serial Flash Discoverable Parameters" 32 bool "Basic Flash Parameters from devicetree node" 34 The JESD216 Basic Flash Parameters table must be provided in the 39 bool "Read flash parameters at runtime"
|
| /Zephyr-latest/tests/bluetooth/host/id/mocks/ |
| D | smp_expects.h | 13 * - bt_smp_le_oob_generate_sc_data() to be called once with correct parameters 29 * - bt_smp_le_oob_set_tk() to be called once with correct parameters 37 * - bt_smp_le_oob_set_sc_data() to be called once with correct parameters 47 * - bt_smp_le_oob_get_sc_data() to be called once with correct parameters
|
| D | hci_core_expects.h | 13 * - bt_unpair() to be called once with correct parameters 29 * - bt_hci_cmd_create() to be called once with correct parameters 45 * - bt_hci_cmd_send_sync() to be called once with correct parameters
|
| /Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_random_addr/src/ |
| D | test_suite_invalid_cases.c | 23 * the advertise parameters. 42 * - A valid value is passed to the function as a reference for advertise parameters 57 * Test setting advertise random address while passing a NULL value for the advertise parameters 75 * and 'BT_ADV_PARAMS_SET' flag in advertising parameters reference is set. 80 * - 'BT_ADV_PARAMS_SET' flag in advertising parameters reference is set 104 * and 'BT_ADV_PARAMS_SET' flag in advertising parameters reference is set. 109 * - 'BT_ADV_PARAMS_SET' flag in advertising parameters reference is set
|
| /Zephyr-latest/include/zephyr/drivers/usb_c/ |
| D | usbc_tc.h | 45 * See Table 4-29 VBUS and VCONN Timing Parameters 52 * See Table 4-29 VBUS and VCONN Timing Parameters 58 * See Table 4-29 VBUS and VCONN Timing Parameters 65 * See Table 4-29 VBUS and VCONN Timing Parameters 72 * See Table 4-29 VBUS and VCONN Timing Parameters 79 * See Table 4-29 VBUS and VCONN Timing Parameters 85 * See Table 4-30 DRP Timing Parameters 91 * See Table 4-30 DRP Timing Parameters 98 * See Table 4-30 DRP Timing Parameters 105 * See Table 4-30 DRP Timing Parameters [all …]
|
| /Zephyr-latest/subsys/bluetooth/common/ |
| D | bt_shell_private.h | 21 * @param[in] ... List of parameters to print. 34 * @param[in] ... List of parameters to print. 55 * @param[in] ... List of parameters to print. 65 * @param[in] ... List of parameters to print. 75 * @param[in] ... List of parameters to print. 85 * @param[in] ... List of parameters to print.
|
| /Zephyr-latest/drivers/dai/intel/dmic/ |
| D | Kconfig.dmic | 23 and PDM bus and microphone parameters 34 bool "Use parameters from topology - WIP" 37 based on use case and microphone datasheet parameters 38 and topology defined PCM format. The parameters are
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | scan.h | 62 * Depending on all the users, scan parameters are selected 64 * This API may update the scan parameters, for example if the scanner is already running 95 * Depending on all enabled users, scan parameters are selected 97 * This API may update the scan parameters, for example if the scanner is already running 126 * Check if an explicit scanner uses the same parameters 128 * @param create_param Parameters used for connection establishment. 130 * @return true If explicit scanner uses the same parameters 131 * @return false If explicit scanner uses different parameters
|
| /Zephyr-latest/include/zephyr/bluetooth/audio/ |
| D | cap.h | 65 * parameters. 257 /** Stream specific parameters for the bt_cap_initiator_unicast_audio_start() function */ 281 /** Parameters for the bt_cap_initiator_unicast_audio_start() function */ 286 /** The number of parameters in @p stream_params */ 289 /** Array of stream parameters */ 293 /** Stream specific parameters for the bt_cap_initiator_unicast_audio_update() function */ 309 /** Parameters for the bt_cap_initiator_unicast_audio_update() function */ 314 /** The number of parameters in @p stream_params */ 317 /** Array of stream parameters */ 321 /** Parameters for the bt_cap_initiator_unicast_audio_stop() function */ [all …]
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | hci.h | 52 * of the parameters. Upon successful return the buffer is ready to have 53 * the parameters encoded into it. 56 * @param param_len Length of command parameters. 66 * if the command has no parameters a NULL can be passed instead. The 71 * If synchronous behavior, and retrieval of the Command Complete parameters 75 * @param buf Command buffer or NULL (if no parameters). 85 * if the command has no parameters a NULL can be passed instead. 92 * the response parameters. 95 * @param buf Command buffer or NULL (if no parameters). 98 * parameters. If non-NULL is passed the caller is responsible [all …]
|
| /Zephyr-latest/include/zephyr/xen/public/ |
| D | event_channel.h | 86 /* IN parameters */ 88 /* OUT parameters */ 114 /* IN parameters. */ 117 /* OUT parameters. */ 128 /* IN parameters. */ 138 /* IN parameters. */ 152 /* IN parameters */ 155 /* OUT parameters */ 183 /* IN parameters. */ 199 /* IN parameters. */ [all …]
|
| /Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_local/src/ |
| D | test_suite_invalid_inputs.c | 125 * - Advertise parameters reference is NULL 153 /* This will set the advertise parameters reference to NULL */ in ZTEST() 169 * - Advertise parameters reference isn't NULL 170 * - Advertise parameters reference ID doesn't match the one passed to bt_le_oob_get_local() 180 * - bt_le_adv_lookup_legacy() returns a valid advertise parameters reference 219 * - Advertise parameters reference isn't NULL 220 * - Advertise parameters reference ID matches the one passed to bt_le_oob_get_local() 221 * - 'BT_ADV_ENABLED' flags isn't set in advertise parameters reference 222 * - 'BT_ADV_USE_IDENTITY' flags is set in advertise parameters reference 233 * - bt_le_adv_lookup_legacy() returns a valid advertise parameters reference [all …]
|
| /Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_private_addr/src/ |
| D | main.c | 65 * Test setting advertising private address with a valid advertise parameters reference while 69 * - A valid advertise parameters ID is used (<= CONFIG_BT_ID_MAX) 99 * Test setting advertising private address with a valid advertise parameters reference while 103 * - A valid advertise parameters ID is used (<= CONFIG_BT_ID_MAX) 141 * Test setting advertising private address with a valid advertise parameters reference after it 145 * - A valid advertise parameters ID is used (<= CONFIG_BT_ID_MAX) 148 * - 'BT_ADV_RPA_VALID' flag in advertise parameters reference is set 171 * Test setting advertising private address with a valid advertise parameters reference while
|
| D | test_suite_invalid_cases.c | 24 * the advertise parameters. 42 * - A valid advertise parameters reference is used 74 * - A valid advertise parameters reference is used 97 * Test setting advertising private address with a valid advertise parameters reference while 101 * - A valid advertise parameters ID is used (<= CONFIG_BT_ID_MAX) 137 * Test setting advertising private address with a valid advertise parameters reference while 141 * - A valid advertise parameters ID is used (<= CONFIG_BT_ID_MAX)
|
| /Zephyr-latest/samples/tfm_integration/psa_crypto/ |
| D | user.pem | 1 -----BEGIN EC PARAMETERS----- 3 -----END EC PARAMETERS-----
|
| /Zephyr-latest/modules/hostap/src/ |
| D | supp_api.h | 67 * @param params Scan parameters 106 * @param params 11k parameters 115 * @param params 11k parameters 125 * @param params Scan parameters 144 * @param params Power save parameters to set 151 * @brief Set Wi-Fi TWT parameters 154 * @param params TWT parameters to set 160 * @brief Set Wi-Fi BTWT parameters 163 * @param params BTWT parameters to set 272 /** Get Wi-Fi connection parameters recently used [all …]
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | msg.h | 10 * updates the publish message, and publishes with the configured publication parameters. 13 * @param ctx Message context, or NULL to send with the configured publish parameters. 37 * updates the publish message, and publishes with the configured publication parameters. 43 * @param ctx Message context, or NULL to send with the configured publish parameters.
|
| /Zephyr-latest/include/zephyr/net/ |
| D | tftp.h | 79 /** @brief Parameters for data event. */ 85 /** @brief Parameters for error event. */ 92 * @brief Defines event parameters notified along with asynchronous events 96 /** Parameters accompanying TFTP_EVT_DATA event. */ 99 /** Parameters accompanying TFTP_EVT_ERROR event. */ 108 /** Contains parameters (if any) accompanying the event. */ 118 * parameters (if any).
|
| /Zephyr-latest/subsys/net/lib/mqtt/ |
| D | mqtt_internal.h | 184 * @param[in] param Publish message parameters. 196 * @param[in] param Publish Ack message parameters. 209 * @param[in] param Publish Receive message parameters. 222 * @param[in] param Publish Release message parameters. 235 * @param[in] param Publish Complete message parameters. 259 * @param[in] param Subscribe message parameters. 272 * @param[in] param Unsubscribe message parameters. 311 * @param[out] param Pointer to buffer for decoded Connect Ack parameters. 324 * @param[out] param Pointer to buffer for decoded Publish parameters. 335 * @param[out] param Pointer to buffer for decoded Publish Ack parameters. [all …]
|
| /Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
| D | statistic.rst | 11 parameters and the scanning ability of the device. The number of the monitored 12 parameters can be easily extended by customer values.
|
| /Zephyr-latest/tests/bluetooth/host/crypto/mocks/ |
| D | prng_expects.h | 13 * - psa_crypto_init() to be called once with correct parameters 21 * - psa_generate_random() to be called once with correct parameters
|