nrf-softdevice-s122 0.1.2

Low-level bindings for the Nordic nRF SoftDevice S122
Documentation
Build #1090587 2024-01-15T18:10:35.023538+00:00
# rustc version
rustc 1.77.0-nightly (30dfb9e04 2024-01-14)
# docs.rs version
docsrs 0.6.0 (e3e15028 2024-01-13)

# build log
[INFO] adding target thumbv7em-none-eabi for toolchain nightly
[INFO] running `Command { std: CARGO_HOME="/home/cratesfyi/workspace/cargo-home" RUSTUP_HOME="/home/cratesfyi/workspace/rustup-home" "/home/cratesfyi/workspace/cargo-home/bin/rustup" "target" "add" "--toolchain" "nightly" "thumbv7em-none-eabi", kill_on_drop: false }`
[INFO] [stderr] info: component 'rust-std' for target 'thumbv7em-none-eabi' is up to date
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/nrf-softdevice-s122-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/nrf-softdevice-s122-0.1.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240114-1.77.0-nightly-30dfb9e04\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/thumbv7em-none-eabi\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "thumbv7em-none-eabi", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] dc4be951688e98a54c2039d7cbd1ee51524d2d13e05c51bbed7dd2ea0f6d51f9
[INFO] running `Command { std: "docker" "start" "-a" "dc4be951688e98a54c2039d7cbd1ee51524d2d13e05c51bbed7dd2ea0f6d51f9", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting nrf-softdevice-s122 v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5031:1
[INFO] [stderr]      |
[INFO] [stderr] 5031 | / #[doc = "@brief Set the local Bluetooth identity address."]
[INFO] [stderr] 5032 | | #[doc = ""]
[INFO] [stderr] 5033 | | #[doc = "        The local Bluetooth identity address is the address that identifies this device to other peers."]
[INFO] [stderr] 5034 | | #[doc = "        The address type must be either @ref BLE_GAP_ADDR_TYPE_PUBLIC or @ref BLE_GAP_ADDR_TYPE_RANDOM_STATIC."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5053 | | #[doc = " @retval ::NRF_ERROR_INVALID_STATE The identity address cannot be changed while advertising,"]
[INFO] [stderr] 5054 | | #[doc = "                                   scanning or creating a connection."]
[INFO] [stderr]      | |________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] p_addr Pointer to address structure.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:5068:1
[INFO] [stderr]      |
[INFO] [stderr] 5068 | / #[doc = "@brief Get local Bluetooth identity address."]
[INFO] [stderr] 5069 | | #[doc = ""]
[INFO] [stderr] 5070 | | #[doc = " @note  This will always return the identity address irrespective of the privacy settings,"]
[INFO] [stderr] 5071 | | #[doc = "        i.e. the address type will always be either @ref BLE_GAP_ADDR_TYPE_PUBLIC or @ref BLE_GAP_ADDR_TYPE_RANDOM_STATIC."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5075 | | #[doc = " @retval ::NRF_SUCCESS Address successfully retrieved."]
[INFO] [stderr] 5076 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid or NULL pointer supplied."]
[INFO] [stderr]      | |______________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out] p_addr Pointer to address structure to be filled in.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5090:1
[INFO] [stderr]      |
[INFO] [stderr] 5090 | / #[doc = "@brief Set the active whitelist in the SoftDevice."]
[INFO] [stderr] 5091 | | #[doc = ""]
[INFO] [stderr] 5092 | | #[doc = " @note  Only one whitelist can be used at a time and the whitelist is shared between the BLE roles."]
[INFO] [stderr] 5093 | | #[doc = "        The whitelist cannot be set if a BLE role is using the whitelist."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5109 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE The given whitelist size is invalid (zero or too large); this can only return when"]
[INFO] [stderr] 5110 | | #[doc = "                               pp_wl_addrs is not NULL."]
[INFO] [stderr]      | |__________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] pp_wl_addrs Pointer to a whitelist of peer addresses, if NULL the whitelist will be cleared.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5124:1
[INFO] [stderr]      |
[INFO] [stderr] 5124 | / #[doc = "@brief Set device identity list."]
[INFO] [stderr] 5125 | | #[doc = ""]
[INFO] [stderr] 5126 | | #[doc = " @note  Only one device identity list can be used at a time and the list is shared between the BLE roles."]
[INFO] [stderr] 5127 | | #[doc = "        The device identity list cannot be set if a BLE role is using the list."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5146 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE The given device identity list size invalid (zero or too large); this can"]
[INFO] [stderr] 5147 | | #[doc = "                               only return when pp_id_keys is not NULL."]
[INFO] [stderr]      | |__________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] pp_id_keys     Pointer to an array of peer identity addresses and peer IRKs, if NULL the device identity list will be cleared.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5165:1
[INFO] [stderr]      |
[INFO] [stderr] 5165 | / #[doc = "@brief Set privacy settings."]
[INFO] [stderr] 5166 | | #[doc = ""]
[INFO] [stderr] 5167 | | #[doc = " @note  Privacy settings cannot be changed while advertising, scanning or creating a connection."]
[INFO] [stderr] 5168 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 5185 | | #[doc = " @retval ::NRF_ERROR_INVALID_STATE Privacy settings cannot be changed while advertising, scanning"]
[INFO] [stderr] 5186 | | #[doc = "                                   or creating a connection."]
[INFO] [stderr]      | |_______________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] p_privacy_params Privacy settings.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]     --> src/bindings.rs:5200:1
[INFO] [stderr]      |
[INFO] [stderr] 5200 | / #[doc = "@brief Get privacy settings."]
[INFO] [stderr] 5201 | | #[doc = ""]
[INFO] [stderr] 5202 | | #[doc = " @note ::ble_gap_privacy_params_t::p_device_irk must be initialized to NULL or a valid address before this function is called."]
[INFO] [stderr] 5203 | | #[doc = "       If it is initialized to a valid address, the address pointed to will contain the current device IRK on return."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5208 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR The pointer given for returning the privacy settings may be NULL or invalid."]
[INFO] [stderr] 5209 | | #[doc = "                                  Otherwise, the p_device_irk pointer in privacy parameter is an invalid pointer."]
[INFO] [stderr]      | |____________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in,out] p_privacy_params Privacy settings.
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]      = note: no item named `in,out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5223:1
[INFO] [stderr]      |
[INFO] [stderr] 5223 | / #[doc = "@brief Update connection parameters."]
[INFO] [stderr] 5224 | | #[doc = ""]
[INFO] [stderr] 5225 | | #[doc = " @details In the central role this will initiate a Link Layer connection parameter update procedure."]
[INFO] [stderr] 5226 | | #[doc = "          This function can be used as a central both to reply to a @ref BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST or to start the p...
[INFO] [stderr] ...    |
[INFO] [stderr] 5252 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr] 5253 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr]      | |_______________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5267:1
[INFO] [stderr]      |
[INFO] [stderr] 5267 | / #[doc = "@brief Disconnect (GAP Link Termination)."]
[INFO] [stderr] 5268 | | #[doc = ""]
[INFO] [stderr] 5269 | | #[doc = " @details This call initiates the disconnection procedure, and its completion will be communicated to the application"]
[INFO] [stderr] 5270 | | #[doc = "          with a @ref BLE_GAP_EVT_DISCONNECTED event."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5285 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr] 5286 | | #[doc = " @retval ::NRF_ERROR_INVALID_STATE Disconnection in progress or link has not been established."]
[INFO] [stderr]      | |_________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5300:1
[INFO] [stderr]      |
[INFO] [stderr] 5300 | / #[doc = "@brief Set the radio's transmit power."]
[INFO] [stderr] 5301 | | #[doc = ""]
[INFO] [stderr] 5302 | | #[doc = " @param[in] role The role to set the transmit power for, see @ref BLE_GAP_TX_POWER_ROLES for"]
[INFO] [stderr] 5303 | | #[doc = "                 possible roles."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5316 | | #[doc = " @retval ::BLE_ERROR_INVALID_ADV_HANDLE Advertising handle not found."]
[INFO] [stderr] 5317 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr]      | |_______________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] role The role to set the transmit power for, see @ref BLE_GAP_TX_POWER_ROLES for
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5331:1
[INFO] [stderr]      |
[INFO] [stderr] 5331 | / #[doc = "@brief Set GAP Appearance value."]
[INFO] [stderr] 5332 | | #[doc = ""]
[INFO] [stderr] 5333 | | #[doc = " @param[in] appearance Appearance (16-bit), see @ref BLE_APPEARANCES."]
[INFO] [stderr] 5334 | | #[doc = ""]
[INFO] [stderr] 5335 | | #[doc = " @retval ::NRF_SUCCESS  Appearance value set successfully."]
[INFO] [stderr] 5336 | | #[doc = " @retval ::NRF_ERROR_INVALID_PARAM Invalid parameter(s) supplied."]
[INFO] [stderr]      | |____________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] appearance Appearance (16-bit), see @ref BLE_APPEARANCES.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:5350:1
[INFO] [stderr]      |
[INFO] [stderr] 5350 | / #[doc = "@brief Get GAP Appearance value."]
[INFO] [stderr] 5351 | | #[doc = ""]
[INFO] [stderr] 5352 | | #[doc = " @param[out] p_appearance Pointer to appearance (16-bit) to be filled in, see @ref BLE_APPEARANCES."]
[INFO] [stderr] 5353 | | #[doc = ""]
[INFO] [stderr] 5354 | | #[doc = " @retval ::NRF_SUCCESS Appearance value retrieved successfully."]
[INFO] [stderr] 5355 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr]      | |______________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out] p_appearance Pointer to appearance (16-bit) to be filled in, see @ref BLE_APPEARANCES.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5369:1
[INFO] [stderr]      |
[INFO] [stderr] 5369 | / #[doc = "@brief Set GAP device name."]
[INFO] [stderr] 5370 | | #[doc = ""]
[INFO] [stderr] 5371 | | #[doc = " @note  If the device name is located in application flash memory (see @ref ble_gap_cfg_device_name_t),"]
[INFO] [stderr] 5372 | | #[doc = "        it cannot be changed. Then @ref NRF_ERROR_FORBIDDEN will be returned."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5381 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied."]
[INFO] [stderr] 5382 | | #[doc = " @retval ::NRF_ERROR_FORBIDDEN Device name is not writable."]
[INFO] [stderr]      | |______________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] p_write_perm Write permissions for the Device Name characteristic, see @ref ble_gap_conn_sec_mode_t.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:5400:1
[INFO] [stderr]      |
[INFO] [stderr] 5400 | / #[doc = "@brief Get GAP device name."]
[INFO] [stderr] 5401 | | #[doc = ""]
[INFO] [stderr] 5402 | | #[doc = " @note  If the device name is longer than the size of the supplied buffer,"]
[INFO] [stderr] 5403 | | #[doc = "        p_len will return the complete device name length,"]
[INFO] [stderr] ...    |
[INFO] [stderr] 5411 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 5412 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied."]
[INFO] [stderr]      | |________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out]    p_dev_name Pointer to an empty buffer where the UTF-8 <b>non NULL-terminated</b> string will be placed. Set to NULL to obtain the complete device name length.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]     --> src/bindings.rs:5400:1
[INFO] [stderr]      |
[INFO] [stderr] 5400 | / #[doc = "@brief Get GAP device name."]
[INFO] [stderr] 5401 | | #[doc = ""]
[INFO] [stderr] 5402 | | #[doc = " @note  If the device name is longer than the size of the supplied buffer,"]
[INFO] [stderr] 5403 | | #[doc = "        p_len will return the complete device name length,"]
[INFO] [stderr] ...    |
[INFO] [stderr] 5411 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 5412 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied."]
[INFO] [stderr]      | |________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in,out] p_len      Length of the buffer pointed by p_dev_name, complete device name length on output.
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]      = note: no item named `in,out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5426:1
[INFO] [stderr]      |
[INFO] [stderr] 5426 | / #[doc = "@brief Initiate the GAP Authentication procedure."]
[INFO] [stderr] 5427 | | #[doc = ""]
[INFO] [stderr] 5428 | | #[doc = " @details In the central role, this function will send an SMP Pairing Request (or an SMP Pairing Failed if rejected)."]
[INFO] [stderr] 5429 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 5472 | | #[doc = "                                   See @ref ble_gap_cfg_car_incl_cfg_t and @ref ble_gap_cfg_role_count_t."]
[INFO] [stderr] 5473 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT A SMP timeout has occurred, and further SMP operations on this link is prohibited."]
[INFO] [stderr]      | |__________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5487:1
[INFO] [stderr]      |
[INFO] [stderr] 5487 | / #[doc = "@brief Reply with GAP security parameters."]
[INFO] [stderr] 5488 | | #[doc = ""]
[INFO] [stderr] 5489 | | #[doc = " @details This function is only used to reply to a @ref BLE_GAP_EVT_SEC_PARAMS_REQUEST, calling it at other times will result in...
[INFO] [stderr] 5490 | | #[doc = " @note    If the call returns an error code, the request is still pending, and the reply call may be repeated with corrected par...
[INFO] [stderr] ...    |
[INFO] [stderr] 5529 | | #[doc = "                                   the Softdevice is configured to support peripheral roles only."]
[INFO] [stderr] 5530 | | #[doc = "                                   See @ref ble_gap_cfg_car_incl_cfg_t and @ref ble_gap_cfg_role_count_t."]
[INFO] [stderr]      | |____________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]     --> src/bindings.rs:5487:1
[INFO] [stderr]      |
[INFO] [stderr] 5487 | / #[doc = "@brief Reply with GAP security parameters."]
[INFO] [stderr] 5488 | | #[doc = ""]
[INFO] [stderr] 5489 | | #[doc = " @details This function is only used to reply to a @ref BLE_GAP_EVT_SEC_PARAMS_REQUEST, calling it at other times will result in...
[INFO] [stderr] 5490 | | #[doc = " @note    If the call returns an error code, the request is still pending, and the reply call may be repeated with corrected par...
[INFO] [stderr] ...    |
[INFO] [stderr] 5529 | | #[doc = "                                   the Softdevice is configured to support peripheral roles only."]
[INFO] [stderr] 5530 | | #[doc = "                                   See @ref ble_gap_cfg_car_incl_cfg_t and @ref ble_gap_cfg_role_count_t."]
[INFO] [stderr]      | |____________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in,out] p_sec_keyset Pointer to a @ref ble_gap_sec_keyset_t security keyset structure. Any keys generated and/or distributed as a result of the ongoing security procedure
[INFO] [stderr]                      ^^^^^^
[INFO] [stderr]      = note: no item named `in,out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5549:1
[INFO] [stderr]      |
[INFO] [stderr] 5549 | / #[doc = "@brief Reply with an authentication key."]
[INFO] [stderr] 5550 | | #[doc = ""]
[INFO] [stderr] 5551 | | #[doc = " @details This function is only used to reply to a @ref BLE_GAP_EVT_AUTH_KEY_REQUEST or a @ref BLE_GAP_EVT_PASSKEY_DISPLAY, call...
[INFO] [stderr] 5552 | | #[doc = " @note    If the call returns an error code, the request is still pending, and the reply call may be repeated with corrected par...
[INFO] [stderr] ...    |
[INFO] [stderr] 5574 | | #[doc = " @retval ::NRF_ERROR_INVALID_STATE Authentication key has not been requested."]
[INFO] [stderr] 5575 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr]      | |_______________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5589:1
[INFO] [stderr]      |
[INFO] [stderr] 5589 | / #[doc = "@brief Reply with an LE Secure connections DHKey."]
[INFO] [stderr] 5590 | | #[doc = ""]
[INFO] [stderr] 5591 | | #[doc = " @details This function is only used to reply to a @ref BLE_GAP_EVT_LESC_DHKEY_REQUEST, calling it at other times will result in...
[INFO] [stderr] 5592 | | #[doc = " @note    If the call returns an error code, the request is still pending, and the reply call may be repeated with corrected par...
[INFO] [stderr] ...    |
[INFO] [stderr] 5614 | | #[doc = "                                   - The application has not pulled a @ref BLE_GAP_EVT_LESC_DHKEY_REQUEST event."]
[INFO] [stderr] 5615 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr]      | |_______________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5629:1
[INFO] [stderr]      |
[INFO] [stderr] 5629 | / #[doc = "@brief Notify the peer of a local keypress."]
[INFO] [stderr] 5630 | | #[doc = ""]
[INFO] [stderr] 5631 | | #[doc = " @mscs"]
[INFO] [stderr] 5632 | | #[doc = " @mmsc{@ref BLE_GAP_CENTRAL_LESC_BONDING_PKE_CD_MSC}"]
[INFO] [stderr] ...    |
[INFO] [stderr] 5644 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr] 5645 | | #[doc = " @retval ::NRF_ERROR_BUSY The BLE stack is busy. Retry at later time."]
[INFO] [stderr]      | |________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5659:1
[INFO] [stderr]      |
[INFO] [stderr] 5659 | / #[doc = "@brief Generate a set of OOB data to send to a peer out of band."]
[INFO] [stderr] 5660 | | #[doc = ""]
[INFO] [stderr] 5661 | | #[doc = " @note  The @ref ble_gap_addr_t included in the OOB data returned will be the currently active one (or, if a connection has alre...
[INFO] [stderr] 5662 | | #[doc = "        the one used during connection setup). The application may manually overwrite it with an updated value."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5673 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 5674 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr]      | |_______________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle. Can be @ref BLE_CONN_HANDLE_INVALID if a BLE connection has not been established yet.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:5659:1
[INFO] [stderr]      |
[INFO] [stderr] 5659 | / #[doc = "@brief Generate a set of OOB data to send to a peer out of band."]
[INFO] [stderr] 5660 | | #[doc = ""]
[INFO] [stderr] 5661 | | #[doc = " @note  The @ref ble_gap_addr_t included in the OOB data returned will be the currently active one (or, if a connection has alre...
[INFO] [stderr] 5662 | | #[doc = "        the one used during connection setup). The application may manually overwrite it with an updated value."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5673 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 5674 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr]      | |_______________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out] p_oobd_own The OOB data to be sent out of band to a peer.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5692:1
[INFO] [stderr]      |
[INFO] [stderr] 5692 | / #[doc = "@brief Provide the OOB data sent/received out of band."]
[INFO] [stderr] 5693 | | #[doc = ""]
[INFO] [stderr] 5694 | | #[doc = " @note  An authentication procedure with OOB selected as an algorithm must be in progress when calling this function."]
[INFO] [stderr] 5695 | | #[doc = " @note  A @ref BLE_GAP_EVT_LESC_DHKEY_REQUEST event with the oobd_req set to 1 must have been received prior to calling this fun...
[INFO] [stderr] ...    |
[INFO] [stderr] 5718 | | #[doc = "                                   - Have not actually exchanged passkeys."]
[INFO] [stderr] 5719 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr]      | |_______________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5737:1
[INFO] [stderr]      |
[INFO] [stderr] 5737 | / #[doc = "@brief Initiate GAP Encryption procedure."]
[INFO] [stderr] 5738 | | #[doc = ""]
[INFO] [stderr] 5739 | | #[doc = " @details In the central role, this function will initiate the encryption procedure using the encryption information provided."]
[INFO] [stderr] 5740 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 5761 | | #[doc = " @retval ::NRF_ERROR_BUSY Procedure already in progress or not allowed at this time, wait for pending procedures to complete and...
[INFO] [stderr] 5762 | | #[doc = " @retval ::BLE_ERROR_UNSUPPORTED_REMOTE_FEATURE Peer has indicated that it does not support Encryption procedure."]
[INFO] [stderr]      | |____________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5780:1
[INFO] [stderr]      |
[INFO] [stderr] 5780 | / #[doc = "@brief Get the current connection security."]
[INFO] [stderr] 5781 | | #[doc = ""]
[INFO] [stderr] 5782 | | #[doc = " @param[in]  conn_handle Connection handle."]
[INFO] [stderr] 5783 | | #[doc = " @param[out] p_conn_sec  Pointer to a @ref ble_gap_conn_sec_t structure to be filled in."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5786 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 5787 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr]      | |_______________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in]  conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:5780:1
[INFO] [stderr]      |
[INFO] [stderr] 5780 | / #[doc = "@brief Get the current connection security."]
[INFO] [stderr] 5781 | | #[doc = ""]
[INFO] [stderr] 5782 | | #[doc = " @param[in]  conn_handle Connection handle."]
[INFO] [stderr] 5783 | | #[doc = " @param[out] p_conn_sec  Pointer to a @ref ble_gap_conn_sec_t structure to be filled in."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5786 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 5787 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr]      | |_______________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out] p_conn_sec  Pointer to a @ref ble_gap_conn_sec_t structure to be filled in.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5801:1
[INFO] [stderr]      |
[INFO] [stderr] 5801 | / #[doc = "@brief Get the received signal strength for the last connection event."]
[INFO] [stderr] 5802 | | #[doc = ""]
[INFO] [stderr] 5803 | | #[doc = "        @ref sd_ble_gap_qos_start with @ref BLE_GAP_QOS_RSSI must be called to start reporting RSSI before using this function. ...
[INFO] [stderr] 5804 | | #[doc = "        will be returned until RSSI was sampled for the first time after calling @ref sd_ble_gap_qos_start."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5817 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr] 5818 | | #[doc = " @retval ::NRF_ERROR_INVALID_STATE       RSSI reporting is not ongoing."]
[INFO] [stderr]      | |__________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in]  conn_handle Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:5801:1
[INFO] [stderr]      |
[INFO] [stderr] 5801 | / #[doc = "@brief Get the received signal strength for the last connection event."]
[INFO] [stderr] 5802 | | #[doc = ""]
[INFO] [stderr] 5803 | | #[doc = "        @ref sd_ble_gap_qos_start with @ref BLE_GAP_QOS_RSSI must be called to start reporting RSSI before using this function. ...
[INFO] [stderr] 5804 | | #[doc = "        will be returned until RSSI was sampled for the first time after calling @ref sd_ble_gap_qos_start."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5817 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr] 5818 | | #[doc = " @retval ::NRF_ERROR_INVALID_STATE       RSSI reporting is not ongoing."]
[INFO] [stderr]      | |__________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out] p_rssi      Pointer to the location where the RSSI measurement shall be stored.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5832:1
[INFO] [stderr]      |
[INFO] [stderr] 5832 | / #[doc = "@brief Start or continue scanning (GAP Discovery procedure, Observer Procedure)."]
[INFO] [stderr] 5833 | | #[doc = ""]
[INFO] [stderr] 5834 | | #[doc = " @note    A call to this function will require the application to keep the memory pointed by"]
[INFO] [stderr] 5835 | | #[doc = "          p_adv_report_buffer alive until the buffer is released. The buffer is released when the scanner is stopped"]
[INFO] [stderr] ...    |
[INFO] [stderr] 5875 | | #[doc = "                               Stop one or more currently active roles (Central, Peripheral or Broadcaster) and try again"]
[INFO] [stderr] 5876 | | #[doc = " @retval ::NRF_ERROR_NOT_SUPPORTED Unsupported PHYs supplied to the call."]
[INFO] [stderr]      | |____________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] p_scan_params       Pointer to scan parameters structure. When this function is used to continue
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5916:1
[INFO] [stderr]      |
[INFO] [stderr] 5916 | / #[doc = "@brief Create a connection (GAP Link Establishment)."]
[INFO] [stderr] 5917 | | #[doc = ""]
[INFO] [stderr] 5918 | | #[doc = " @note If a scanning procedure is currently in progress it will be automatically stopped when calling this function."]
[INFO] [stderr] 5919 | | #[doc = "       The scanning procedure will be stopped even if the function returns an error."]
[INFO] [stderr] ...    |
[INFO] [stderr] 5956 | | #[doc = "                                   Use @ref sd_ble_cfg_set to increase the event length."]
[INFO] [stderr] 5957 | | #[doc = " @retval ::NRF_ERROR_NOT_SUPPORTED Unsupported PHYs supplied to the call."]
[INFO] [stderr]      | |____________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] p_peer_addr   Pointer to peer identity address. If @ref ble_gap_scan_params_t::filter_policy is set to use
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:5998:1
[INFO] [stderr]      |
[INFO] [stderr] 5998 | / #[doc = "@brief Initiate or respond to a PHY Update Procedure"]
[INFO] [stderr] 5999 | | #[doc = ""]
[INFO] [stderr] 6000 | | #[doc = " @details   This function is used to initiate or respond to a PHY Update Procedure. It will always"]
[INFO] [stderr] 6001 | | #[doc = "            generate a @ref BLE_GAP_EVT_PHY_UPDATE event if successfully executed."]
[INFO] [stderr] ...    |
[INFO] [stderr] 6047 | | #[doc = " @retval ::NRF_ERROR_BUSY Procedure is already in progress or not allowed at this time. Process pending events and wait for the ...
[INFO] [stderr] 6048 | | #[doc = ""]
[INFO] [stderr]      | |___________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle   Connection handle to indicate the connection for which the PHY Update is requested.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:6062:1
[INFO] [stderr]      |
[INFO] [stderr] 6062 | / #[doc = "@brief   Start Quality of Service (QoS) reporting."]
[INFO] [stderr] 6063 | | #[doc = ""]
[INFO] [stderr] 6064 | | #[doc = " @param[in] qos_id QoS ID, see @ref BLE_GAP_QOS_IDS."]
[INFO] [stderr] 6065 | | #[doc = " @param[in] p_qos_params Pointer to a @ref ble_gap_qos_params_t structure containing the QoS parameters."]
[INFO] [stderr] ...    |
[INFO] [stderr] 6072 | | #[doc = ""]
[INFO] [stderr] 6073 | | #[doc = " @note For a complete set of return values see @ref ble_gap_qos_params_t."]
[INFO] [stderr]      | |____________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] qos_id QoS ID, see @ref BLE_GAP_QOS_IDS.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:6087:1
[INFO] [stderr]      |
[INFO] [stderr] 6087 | / #[doc = "@brief   Stop Quality of Service (QoS) reporting."]
[INFO] [stderr] 6088 | | #[doc = ""]
[INFO] [stderr] 6089 | | #[doc = " @param[in] qos_id QoS ID, see @ref BLE_GAP_QOS_IDS."]
[INFO] [stderr] 6090 | | #[doc = " @param[in] p_qos_params Pointer to a @ref ble_gap_qos_params_t structure containing the QoS parameters."]
[INFO] [stderr] ...    |
[INFO] [stderr] 6097 | | #[doc = ""]
[INFO] [stderr] 6098 | | #[doc = " @note For a complete set of return values see @ref ble_gap_qos_params_t."]
[INFO] [stderr]      | |____________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] qos_id QoS ID, see @ref BLE_GAP_QOS_IDS.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:6112:1
[INFO] [stderr]      |
[INFO] [stderr] 6112 | / #[doc = "@brief   Obtain the next connection event counter value."]
[INFO] [stderr] 6113 | | #[doc = ""]
[INFO] [stderr] 6114 | | #[doc = " @details The connection event counter is initialized to zero on the first connection event. The value is incremented"]
[INFO] [stderr] 6115 | | #[doc = "          by one for each connection event. For more information see Bluetooth Core Specification v5.0, Vol 6, Part B,"]
[INFO] [stderr] ...    |
[INFO] [stderr] 6130 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle parameter supplied."]
[INFO] [stderr] 6131 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR        Invalid pointer supplied."]
[INFO] [stderr]      | |_____________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in]   conn_handle       Connection handle.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:6112:1
[INFO] [stderr]      |
[INFO] [stderr] 6112 | / #[doc = "@brief   Obtain the next connection event counter value."]
[INFO] [stderr] 6113 | | #[doc = ""]
[INFO] [stderr] 6114 | | #[doc = " @details The connection event counter is initialized to zero on the first connection event. The value is incremented"]
[INFO] [stderr] 6115 | | #[doc = "          by one for each connection event. For more information see Bluetooth Core Specification v5.0, Vol 6, Part B,"]
[INFO] [stderr] ...    |
[INFO] [stderr] 6130 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle parameter supplied."]
[INFO] [stderr] 6131 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR        Invalid pointer supplied."]
[INFO] [stderr]      | |_____________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out]  p_counter         Pointer to the variable where the next connection event counter will be written.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:6145:1
[INFO] [stderr]      |
[INFO] [stderr] 6145 | / #[doc = "@brief   Start triggering a given task on the start of a Bluetooth Link Layer event."]
[INFO] [stderr] 6146 | | #[doc = ""]
[INFO] [stderr] 6147 | | #[doc = " @details When enabled, this feature will trigger a PPI task at the start of Bluetooth Link Layer events."]
[INFO] [stderr] 6148 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 6168 | | #[doc = "                                         - Trying to start the event triggering for @ref BLE_GAP_LL_ROLE_SCAN or"]
[INFO] [stderr] 6169 | | #[doc = "                                           @ref BLE_GAP_LL_ROLE_INIT when the corresponding LL role is not active."]
[INFO] [stderr]      | |_____________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in]      role          The role to start the event trigger for.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:6183:1
[INFO] [stderr]      |
[INFO] [stderr] 6183 | / #[doc = "@brief   Stop triggering the task configured using @ref sd_ble_gap_evt_trigger_start."]
[INFO] [stderr] 6184 | | #[doc = ""]
[INFO] [stderr] 6185 | | #[doc = " @param[in]   role     The role to stop the event trigger for."]
[INFO] [stderr] 6186 | | #[doc = "                       The following roles are supported on this SoftDevice:"]
[INFO] [stderr] ...    |
[INFO] [stderr] 6195 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied."]
[INFO] [stderr] 6196 | | #[doc = " @retval ::NRF_ERROR_INVALID_STATE       Trying to stop event triggering when it is not started."]
[INFO] [stderr]      | |___________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in]   role     The role to stop the event trigger for.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:7929:1
[INFO] [stderr]      |
[INFO] [stderr] 7929 | / #[doc = "@brief Initiate or continue a GATT Primary Service Discovery procedure."]
[INFO] [stderr] 7930 | | #[doc = ""]
[INFO] [stderr] 7931 | | #[doc = " @details This function initiates or resumes a Primary Service discovery procedure, starting from the supplied handle."]
[INFO] [stderr] 7932 | | #[doc = "          If the last service has not been reached, this function must be called again with an updated start handle value to continue the search."]
[INFO] [stderr] ...    |
[INFO] [stderr] 7953 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 7954 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:7972:1
[INFO] [stderr]      |
[INFO] [stderr] 7972 | / #[doc = "@brief Initiate or continue a GATT Relationship Discovery procedure."]
[INFO] [stderr] 7973 | | #[doc = ""]
[INFO] [stderr] 7974 | | #[doc = " @details This function initiates or resumes the Find Included Services sub-procedure. If the last included service has not been reached,"]
[INFO] [stderr] 7975 | | #[doc = "          this must be called again with an updated handle range to continue the search."]
[INFO] [stderr] ...    |
[INFO] [stderr] 7993 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 7994 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8011:1
[INFO] [stderr]      |
[INFO] [stderr] 8011 | / #[doc = "@brief Initiate or continue a GATT Characteristic Discovery procedure."]
[INFO] [stderr] 8012 | | #[doc = ""]
[INFO] [stderr] 8013 | | #[doc = " @details This function initiates or resumes a Characteristic discovery procedure. If the last Characteristic has not been reached,"]
[INFO] [stderr] 8014 | | #[doc = "          this must be called again with an updated handle range to continue the discovery."]
[INFO] [stderr] ...    |
[INFO] [stderr] 8034 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 8035 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8052:1
[INFO] [stderr]      |
[INFO] [stderr] 8052 | / #[doc = "@brief Initiate or continue a GATT Characteristic Descriptor Discovery procedure."]
[INFO] [stderr] 8053 | | #[doc = ""]
[INFO] [stderr] 8054 | | #[doc = " @details This function initiates or resumes a Characteristic Descriptor discovery procedure. If the last Descriptor has not been reached,"]
[INFO] [stderr] 8055 | | #[doc = "          this must be called again with an updated handle range to continue the discovery."]
[INFO] [stderr] ...    |
[INFO] [stderr] 8072 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 8073 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8090:1
[INFO] [stderr]      |
[INFO] [stderr] 8090 | / #[doc = "@brief Initiate or continue a GATT Read using Characteristic UUID procedure."]
[INFO] [stderr] 8091 | | #[doc = ""]
[INFO] [stderr] 8092 | | #[doc = " @details This function initiates or resumes a Read using Characteristic UUID procedure. If the last Characteristic has not been reached,"]
[INFO] [stderr] 8093 | | #[doc = "          this must be called again with an updated handle range to continue the discovery."]
[INFO] [stderr] ...    |
[INFO] [stderr] 8111 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 8112 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8130:1
[INFO] [stderr]      |
[INFO] [stderr] 8130 | / #[doc = "@brief Initiate or continue a GATT Read (Long) Characteristic or Descriptor procedure."]
[INFO] [stderr] 8131 | | #[doc = ""]
[INFO] [stderr] 8132 | | #[doc = " @details This function initiates or resumes a GATT Read (Long) Characteristic or Descriptor procedure. If the Characteristic or Descriptor"]
[INFO] [stderr] 8133 | | #[doc = "          to be read is longer than ATT_MTU - 1, this function must be called multiple times with appropriate offset to read the"]
[INFO] [stderr] ...    |
[INFO] [stderr] 8151 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 8152 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8166:1
[INFO] [stderr]      |
[INFO] [stderr] 8166 | / #[doc = "@brief Initiate a GATT Read Multiple Characteristic Values procedure."]
[INFO] [stderr] 8167 | | #[doc = ""]
[INFO] [stderr] 8168 | | #[doc = " @details This function initiates a GATT Read Multiple Characteristic Values procedure."]
[INFO] [stderr] 8169 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 8186 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 8187 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8201:1
[INFO] [stderr]      |
[INFO] [stderr] 8201 | / #[doc = "@brief Perform a Write (Characteristic Value or Descriptor, with or without response, signed or not, long or reliable) procedure."]
[INFO] [stderr] 8202 | | #[doc = ""]
[INFO] [stderr] 8203 | | #[doc = " @details This function can perform all write procedures described in GATT."]
[INFO] [stderr] 8204 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 8242 | | #[doc = "                               Wait for a @ref BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE event and retry."]
[INFO] [stderr] 8243 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8257:1
[INFO] [stderr]      |
[INFO] [stderr] 8257 | / #[doc = "@brief Send a Handle Value Confirmation to the GATT Server."]
[INFO] [stderr] 8258 | | #[doc = ""]
[INFO] [stderr] 8259 | | #[doc = " @mscs"]
[INFO] [stderr] 8260 | | #[doc = " @mmsc{@ref BLE_GATTC_HVI_MSC}"]
[INFO] [stderr] ...    |
[INFO] [stderr] 8269 | | #[doc = " @retval ::BLE_ERROR_INVALID_ATTR_HANDLE Invalid attribute handle."]
[INFO] [stderr] 8270 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8284:1
[INFO] [stderr]      |
[INFO] [stderr] 8284 | / #[doc = "@brief Discovers information about a range of attributes on a GATT server."]
[INFO] [stderr] 8285 | | #[doc = ""]
[INFO] [stderr] 8286 | | #[doc = " @events"]
[INFO] [stderr] 8287 | | #[doc = " @event{@ref BLE_GATTC_EVT_ATTR_INFO_DISC_RSP, Generated when information about a range of attributes has been received.}"]
[INFO] [stderr] ...    |
[INFO] [stderr] 8297 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 8298 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle    The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:8315:1
[INFO] [stderr]      |
[INFO] [stderr] 8315 | / #[doc = "@brief Start an ATT_MTU exchange by sending an Exchange MTU Request to the server."]
[INFO] [stderr] 8316 | | #[doc = ""]
[INFO] [stderr] 8317 | | #[doc = " @details The SoftDevice sets ATT_MTU to the minimum of:"]
[INFO] [stderr] 8318 | | #[doc = "          - The Client RX MTU value, and"]
[INFO] [stderr] ...    |
[INFO] [stderr] 8343 | | #[doc = " @retval ::NRF_ERROR_BUSY Client procedure already in progress."]
[INFO] [stderr] 8344 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]      | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] conn_handle    The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:9895:1
[INFO] [stderr]      |
[INFO] [stderr] 9895 | / #[doc = "@brief Add a service declaration to the Attribute Table."]
[INFO] [stderr] 9896 | | #[doc = ""]
[INFO] [stderr] 9897 | | #[doc = " @note Secondary Services are only relevant in the context of the entity that references them, it is therefore forbidden to"]
[INFO] [stderr] 9898 | | #[doc = "       add a secondary service declaration that is not referenced by another service later in the Attribute Table."]
[INFO] [stderr] ...    |
[INFO] [stderr] 9911 | | #[doc = " @retval ::NRF_ERROR_FORBIDDEN Forbidden value supplied, certain UUIDs are reserved for the stack."]
[INFO] [stderr] 9912 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr]      | |_______________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] type      Toggles between primary and secondary services, see @ref BLE_GATTS_SRVC_TYPES.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:9895:1
[INFO] [stderr]      |
[INFO] [stderr] 9895 | / #[doc = "@brief Add a service declaration to the Attribute Table."]
[INFO] [stderr] 9896 | | #[doc = ""]
[INFO] [stderr] 9897 | | #[doc = " @note Secondary Services are only relevant in the context of the entity that references them, it is therefore forbidden to"]
[INFO] [stderr] 9898 | | #[doc = "       add a secondary service declaration that is not referenced by another service later in the Attribute Table."]
[INFO] [stderr] ...    |
[INFO] [stderr] 9911 | | #[doc = " @retval ::NRF_ERROR_FORBIDDEN Forbidden value supplied, certain UUIDs are reserved for the stack."]
[INFO] [stderr] 9912 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr]      | |_______________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out] p_handle Pointer to a 16-bit word where the assigned handle will be stored.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:9926:1
[INFO] [stderr]      |
[INFO] [stderr] 9926 | / #[doc = "@brief Add an include declaration to the Attribute Table."]
[INFO] [stderr] 9927 | | #[doc = ""]
[INFO] [stderr] 9928 | | #[doc = " @note It is currently only possible to add an include declaration to the last added service (i.e. only sequential population is...
[INFO] [stderr] 9929 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 9946 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr] 9947 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND Attribute not found."]
[INFO] [stderr]      | |______________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] service_handle    Handle of the service where the included service is to be placed, if @ref BLE_GATT_HANDLE_INVALID is used, it will be placed sequentially.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:9926:1
[INFO] [stderr]      |
[INFO] [stderr] 9926 | / #[doc = "@brief Add an include declaration to the Attribute Table."]
[INFO] [stderr] 9927 | | #[doc = ""]
[INFO] [stderr] 9928 | | #[doc = " @note It is currently only possible to add an include declaration to the last added service (i.e. only sequential population is...
[INFO] [stderr] 9929 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 9946 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr] 9947 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND Attribute not found."]
[INFO] [stderr]      | |______________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out] p_include_handle Pointer to a 16-bit word where the assigned handle will be stored.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]     --> src/bindings.rs:9961:1
[INFO] [stderr]      |
[INFO] [stderr] 9961 | / #[doc = "@brief Add a characteristic declaration, a characteristic value declaration and optional characteristic descriptor declarations to t...
[INFO] [stderr] 9962 | | #[doc = ""]
[INFO] [stderr] 9963 | | #[doc = " @note It is currently only possible to add a characteristic to the last added service (i.e. only sequential population is supported...
[INFO] [stderr] 9964 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 9984 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr] 9985 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied, attribute lengths are restricted by @ref BLE_GATTS_ATTR_LENS_MAX."]
[INFO] [stderr]      | |__________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[in] service_handle    Handle of the service where the characteristic is to be placed, if @ref BLE_GATT_HANDLE_INVALID is used, it will be placed sequentially.
[INFO] [stderr]                      ^^
[INFO] [stderr]      = note: no item named `in` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]     --> src/bindings.rs:9961:1
[INFO] [stderr]      |
[INFO] [stderr] 9961 | / #[doc = "@brief Add a characteristic declaration, a characteristic value declaration and optional characteristic descriptor declarations to t...
[INFO] [stderr] 9962 | | #[doc = ""]
[INFO] [stderr] 9963 | | #[doc = " @note It is currently only possible to add a characteristic to the last added service (i.e. only sequential population is supported...
[INFO] [stderr] 9964 | | #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 9984 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr] 9985 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied, attribute lengths are restricted by @ref BLE_GATTS_ATTR_LENS_MAX."]
[INFO] [stderr]      | |__________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               @param[out] p_handles        Pointer to the structure where the assigned handles will be stored.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `out` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10004:1
[INFO] [stderr]       |
[INFO] [stderr] 10004 | / #[doc = "@brief Add a descriptor to the Attribute Table."]
[INFO] [stderr] 10005 | | #[doc = ""]
[INFO] [stderr] 10006 | | #[doc = " @note It is currently only possible to add a descriptor to the last added characteristic (i.e. only sequential population is suppor...
[INFO] [stderr] 10007 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 10021 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr] 10022 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied, attribute lengths are restricted by @ref BLE_GATTS_ATTR_LENS_MAX."]
[INFO] [stderr]       | |__________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] char_handle   Handle of the characteristic where the descriptor is to be placed, if @ref BLE_GATT_HANDLE_INVALID is used, it will be placed sequentially.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:10004:1
[INFO] [stderr]       |
[INFO] [stderr] 10004 | / #[doc = "@brief Add a descriptor to the Attribute Table."]
[INFO] [stderr] 10005 | | #[doc = ""]
[INFO] [stderr] 10006 | | #[doc = " @note It is currently only possible to add a descriptor to the last added characteristic (i.e. only sequential population is suppor...
[INFO] [stderr] 10007 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 10021 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr] 10022 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied, attribute lengths are restricted by @ref BLE_GATTS_ATTR_LENS_MAX."]
[INFO] [stderr]       | |__________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[out] p_handle     Pointer to a 16-bit word where the assigned handle will be stored.
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10040:1
[INFO] [stderr]       |
[INFO] [stderr] 10040 | / #[doc = "@brief Set the value of a given attribute."]
[INFO] [stderr] 10041 | | #[doc = ""]
[INFO] [stderr] 10042 | | #[doc = " @note Values other than system attributes can be set at any time, regardless of whether any active connections exist."]
[INFO] [stderr] 10043 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 10058 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied, attribute lengths are restricted by @ref BLE_GATTS_ATTR_LENS_MAX."]
[INFO] [stderr] 10059 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied on a system attribute."]
[INFO] [stderr]       | |_____________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] conn_handle  Connection handle. Ignored if the value does not belong to a system attribute.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> src/bindings.rs:10040:1
[INFO] [stderr]       |
[INFO] [stderr] 10040 | / #[doc = "@brief Set the value of a given attribute."]
[INFO] [stderr] 10041 | | #[doc = ""]
[INFO] [stderr] 10042 | | #[doc = " @note Values other than system attributes can be set at any time, regardless of whether any active connections exist."]
[INFO] [stderr] 10043 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 10058 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Invalid data size(s) supplied, attribute lengths are restricted by @ref BLE_GATTS_ATTR_LENS_MAX."]
[INFO] [stderr] 10059 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied on a system attribute."]
[INFO] [stderr]       | |_____________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in,out] p_value  Attribute value information.
[INFO] [stderr]                       ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10073:1
[INFO] [stderr]       |
[INFO] [stderr] 10073 | / #[doc = "@brief Get the value of a given attribute."]
[INFO] [stderr] 10074 | | #[doc = ""]
[INFO] [stderr] 10075 | | #[doc = " @note                 If the attribute value is longer than the size of the supplied buffer,"]
[INFO] [stderr] 10076 | | #[doc = "                       @ref ble_gatts_value_t::len will return the total attribute value length (excluding offset),"]
[INFO] [stderr] ...     |
[INFO] [stderr] 10092 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied on a system attribute."]
[INFO] [stderr] 10093 | | #[doc = " @retval ::BLE_ERROR_GATTS_SYS_ATTR_MISSING System attributes missing, use @ref sd_ble_gatts_sys_attr_set to set them to a known value."]
[INFO] [stderr]       | |__________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] conn_handle  Connection handle. Ignored if the value does not belong to a system attribute.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> src/bindings.rs:10073:1
[INFO] [stderr]       |
[INFO] [stderr] 10073 | / #[doc = "@brief Get the value of a given attribute."]
[INFO] [stderr] 10074 | | #[doc = ""]
[INFO] [stderr] 10075 | | #[doc = " @note                 If the attribute value is longer than the size of the supplied buffer,"]
[INFO] [stderr] 10076 | | #[doc = "                       @ref ble_gatts_value_t::len will return the total attribute value length (excluding offset),"]
[INFO] [stderr] ...     |
[INFO] [stderr] 10092 | | #[doc = " @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied on a system attribute."]
[INFO] [stderr] 10093 | | #[doc = " @retval ::BLE_ERROR_GATTS_SYS_ATTR_MISSING System attributes missing, use @ref sd_ble_gatts_sys_attr_set to set them to a known value."]
[INFO] [stderr]       | |__________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in,out] p_value  Attribute value information.
[INFO] [stderr]                       ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10107:1
[INFO] [stderr]       |
[INFO] [stderr] 10107 | / #[doc = "@brief Notify or Indicate an attribute value."]
[INFO] [stderr] 10108 | | #[doc = ""]
[INFO] [stderr] 10109 | | #[doc = " @details This function checks for the relevant Client Characteristic Configuration descriptor value to verify that the relevant operation"]
[INFO] [stderr] 10110 | | #[doc = "          (notification or indication) has been enabled by the client. It is also able to update the attribute value before issuing the PDU, so tha...
[INFO] [stderr] ...     |
[INFO] [stderr] 10167 | | #[doc = "                               Wait for a @ref BLE_GATTS_EVT_HVN_TX_COMPLETE event and retry."]
[INFO] [stderr] 10168 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]       | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] conn_handle      Connection handle.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> src/bindings.rs:10107:1
[INFO] [stderr]       |
[INFO] [stderr] 10107 | / #[doc = "@brief Notify or Indicate an attribute value."]
[INFO] [stderr] 10108 | | #[doc = ""]
[INFO] [stderr] 10109 | | #[doc = " @details This function checks for the relevant Client Characteristic Configuration descriptor value to verify that the relevant operation"]
[INFO] [stderr] 10110 | | #[doc = "          (notification or indication) has been enabled by the client. It is also able to update the attribute value before issuing the PDU, so tha...
[INFO] [stderr] ...     |
[INFO] [stderr] 10167 | | #[doc = "                               Wait for a @ref BLE_GATTS_EVT_HVN_TX_COMPLETE event and retry."]
[INFO] [stderr] 10168 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]       | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in,out] p_hvx_params Pointer to an HVx parameters structure. If @ref ble_gatts_hvx_params_t::p_data
[INFO] [stderr]                       ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10182:1
[INFO] [stderr]       |
[INFO] [stderr] 10182 | / #[doc = "@brief Indicate the Service Changed attribute value."]
[INFO] [stderr] 10183 | | #[doc = ""]
[INFO] [stderr] 10184 | | #[doc = " @details This call will send a Handle Value Indication to one or more peers connected to inform them that the Attribute"]
[INFO] [stderr] 10185 | | #[doc = "          Table layout has changed. As soon as the peer has confirmed the indication, a @ref BLE_GATTS_EVT_SC_CONFIRM event will"]
[INFO] [stderr] ...     |
[INFO] [stderr] 10213 | | #[doc = " @retval ::BLE_ERROR_GATTS_SYS_ATTR_MISSING System attributes missing, use @ref sd_ble_gatts_sys_attr_set to set them to a known value."]
[INFO] [stderr] 10214 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]       | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] conn_handle  Connection handle.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10228:1
[INFO] [stderr]       |
[INFO] [stderr] 10228 | / #[doc = "@brief Respond to a Read/Write authorization request."]
[INFO] [stderr] 10229 | | #[doc = ""]
[INFO] [stderr] 10230 | | #[doc = " @note This call should only be used as a response to a @ref BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event issued to the application."]
[INFO] [stderr] 10231 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 10256 | | #[doc = "                                         or invalid data to be written provided by the application."]
[INFO] [stderr] 10257 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]       | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] conn_handle                 Connection handle.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10274:1
[INFO] [stderr]       |
[INFO] [stderr] 10274 | / #[doc = "@brief Update persistent system attribute information."]
[INFO] [stderr] 10275 | | #[doc = ""]
[INFO] [stderr] 10276 | | #[doc = " @details Supply information about persistent system attributes to the stack,"]
[INFO] [stderr] 10277 | | #[doc = "          previously obtained using @ref sd_ble_gatts_sys_attr_get."]
[INFO] [stderr] ...     |
[INFO] [stderr] 10312 | | #[doc = " @retval ::NRF_ERROR_INVALID_DATA Invalid data supplied, the data should be exactly the same as retrieved with @ref sd_ble_gatts...
[INFO] [stderr] 10313 | | #[doc = " @retval ::NRF_ERROR_NO_MEM Not enough memory to complete operation."]
[INFO] [stderr]       | |_______________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in]  conn_handle        Connection handle.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10327:1
[INFO] [stderr]       |
[INFO] [stderr] 10327 | / #[doc = "@brief Retrieve persistent system attribute information from the stack."]
[INFO] [stderr] 10328 | | #[doc = ""]
[INFO] [stderr] 10329 | | #[doc = " @details This call is used to retrieve information about values to be stored persistently by the application"]
[INFO] [stderr] 10330 | | #[doc = "          during the lifetime of a connection or after it has been terminated. When a new connection is established with the sam...
[INFO] [stderr] ...     |
[INFO] [stderr] 10354 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE The system attribute information did not fit into the provided buffer."]
[INFO] [stderr] 10355 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND No system attributes found."]
[INFO] [stderr]       | |_____________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in]     conn_handle       Connection handle of the recently terminated connection.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:10327:1
[INFO] [stderr]       |
[INFO] [stderr] 10327 | / #[doc = "@brief Retrieve persistent system attribute information from the stack."]
[INFO] [stderr] 10328 | | #[doc = ""]
[INFO] [stderr] 10329 | | #[doc = " @details This call is used to retrieve information about values to be stored persistently by the application"]
[INFO] [stderr] 10330 | | #[doc = "          during the lifetime of a connection or after it has been terminated. When a new connection is established with the sam...
[INFO] [stderr] ...     |
[INFO] [stderr] 10354 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE The system attribute information did not fit into the provided buffer."]
[INFO] [stderr] 10355 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND No system attributes found."]
[INFO] [stderr]       | |_____________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[out]    p_sys_attr_data   Pointer to a buffer where updated information about system attributes will be filled in. The format of the data is described
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> src/bindings.rs:10327:1
[INFO] [stderr]       |
[INFO] [stderr] 10327 | / #[doc = "@brief Retrieve persistent system attribute information from the stack."]
[INFO] [stderr] 10328 | | #[doc = ""]
[INFO] [stderr] 10329 | | #[doc = " @details This call is used to retrieve information about values to be stored persistently by the application"]
[INFO] [stderr] 10330 | | #[doc = "          during the lifetime of a connection or after it has been terminated. When a new connection is established with the sam...
[INFO] [stderr] ...     |
[INFO] [stderr] 10354 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE The system attribute information did not fit into the provided buffer."]
[INFO] [stderr] 10355 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND No system attributes found."]
[INFO] [stderr]       | |_____________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in,out] p_len             Size of application buffer if p_sys_attr_data is not NULL. Unconditionally updated to actual length of system attribute data.
[INFO] [stderr]                       ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:10374:1
[INFO] [stderr]       |
[INFO] [stderr] 10374 | / #[doc = "@brief Retrieve the first valid user attribute handle."]
[INFO] [stderr] 10375 | | #[doc = ""]
[INFO] [stderr] 10376 | | #[doc = " @param[out] p_handle   Pointer to an integer where the handle will be stored."]
[INFO] [stderr] 10377 | | #[doc = ""]
[INFO] [stderr] 10378 | | #[doc = " @retval ::NRF_SUCCESS Successfully retrieved the handle."]
[INFO] [stderr] 10379 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr]       | |______________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[out] p_handle   Pointer to an integer where the handle will be stored.
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10393:1
[INFO] [stderr]       |
[INFO] [stderr] 10393 | / #[doc = "@brief Retrieve the attribute UUID and/or metadata."]
[INFO] [stderr] 10394 | | #[doc = ""]
[INFO] [stderr] 10395 | | #[doc = " @param[in]  handle Attribute handle"]
[INFO] [stderr] 10396 | | #[doc = " @param[out] p_uuid UUID of the attribute. Use NULL to omit this field."]
[INFO] [stderr] ...     |
[INFO] [stderr] 10401 | | #[doc = " @retval ::NRF_ERROR_INVALID_PARAM Invalid parameters supplied. Returned when both @c p_uuid and @c p_md are NULL."]
[INFO] [stderr] 10402 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND Attribute was not found."]
[INFO] [stderr]       | |__________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in]  handle Attribute handle
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:10393:1
[INFO] [stderr]       |
[INFO] [stderr] 10393 | / #[doc = "@brief Retrieve the attribute UUID and/or metadata."]
[INFO] [stderr] 10394 | | #[doc = ""]
[INFO] [stderr] 10395 | | #[doc = " @param[in]  handle Attribute handle"]
[INFO] [stderr] 10396 | | #[doc = " @param[out] p_uuid UUID of the attribute. Use NULL to omit this field."]
[INFO] [stderr] ...     |
[INFO] [stderr] 10401 | | #[doc = " @retval ::NRF_ERROR_INVALID_PARAM Invalid parameters supplied. Returned when both @c p_uuid and @c p_md are NULL."]
[INFO] [stderr] 10402 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND Attribute was not found."]
[INFO] [stderr]       | |__________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[out] p_uuid UUID of the attribute. Use NULL to omit this field.
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:10416:1
[INFO] [stderr]       |
[INFO] [stderr] 10416 | / #[doc = "@brief Reply to an ATT_MTU exchange request by sending an Exchange MTU Response to the client."]
[INFO] [stderr] 10417 | | #[doc = ""]
[INFO] [stderr] 10418 | | #[doc = " @details This function is only used to reply to a @ref BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST event."]
[INFO] [stderr] 10419 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 10441 | | #[doc = " @retval ::NRF_ERROR_INVALID_PARAM Invalid Server RX MTU size supplied."]
[INFO] [stderr] 10442 | | #[doc = " @retval ::NRF_ERROR_TIMEOUT There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection."]
[INFO] [stderr]       | |______________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] conn_handle    The connection handle identifying the connection to perform this procedure on.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:11477:1
[INFO] [stderr]       |
[INFO] [stderr] 11477 | / #[doc = "@brief Add configurations for the BLE stack"]
[INFO] [stderr] 11478 | | #[doc = ""]
[INFO] [stderr] 11479 | | #[doc = " @param[in] cfg_id              Config ID, see @ref BLE_CONN_CFGS, @ref BLE_COMMON_CFGS, @ref"]
[INFO] [stderr] 11480 | | #[doc = "                                BLE_GAP_CFGS or @ref BLE_GATTS_CFGS."]
[INFO] [stderr] ...     |
[INFO] [stderr] 11508 | | #[doc = " @retval ::NRF_ERROR_NO_MEM         The amount of memory assigned to the SoftDevice by app_ram_base is not"]
[INFO] [stderr] 11509 | | #[doc = "                                    large enough to fit this configuration's memory requirement."]
[INFO] [stderr]       | |___________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] cfg_id              Config ID, see @ref BLE_CONN_CFGS, @ref BLE_COMMON_CFGS, @ref
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:11523:1
[INFO] [stderr]       |
[INFO] [stderr] 11523 | / #[doc = "@brief Get an event from the pending events queue."]
[INFO] [stderr] 11524 | | #[doc = ""]
[INFO] [stderr] 11525 | | #[doc = " @param[out] p_dest Pointer to buffer to be filled in with an event, or NULL to retrieve the event length."]
[INFO] [stderr] 11526 | | #[doc = "                    This buffer <b>must be aligned to the extend defined by @ref BLE_EVT_PTR_ALIGNMENT</b>."]
[INFO] [stderr] ...     |
[INFO] [stderr] 11556 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND No events ready to be pulled."]
[INFO] [stderr] 11557 | | #[doc = " @retval ::NRF_ERROR_DATA_SIZE Event ready but could not fit into the supplied buffer."]
[INFO] [stderr]       | |_________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[out] p_dest Pointer to buffer to be filled in with an event, or NULL to retrieve the event length.
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:11571:1
[INFO] [stderr]       |
[INFO] [stderr] 11571 | / #[doc = "@brief Add a Vendor Specific base UUID."]
[INFO] [stderr] 11572 | | #[doc = ""]
[INFO] [stderr] 11573 | | #[doc = " @details This call enables the application to add a Vendor Specific base UUID to the BLE stack's table, for later"]
[INFO] [stderr] 11574 | | #[doc = " use with all other modules and APIs. This then allows the application to use the shorter, 24-bit @ref ble_uuid_t"]
[INFO] [stderr] ...     |
[INFO] [stderr] 11594 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR If p_vs_uuid or p_uuid_type is NULL or invalid."]
[INFO] [stderr] 11595 | | #[doc = " @retval ::NRF_ERROR_NO_MEM If there are no more free slots for VS UUIDs."]
[INFO] [stderr]       | |____________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in]  p_vs_uuid    Pointer to a 16-octet (128-bit) little endian Vendor Specific base UUID disregarding
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:11571:1
[INFO] [stderr]       |
[INFO] [stderr] 11571 | / #[doc = "@brief Add a Vendor Specific base UUID."]
[INFO] [stderr] 11572 | | #[doc = ""]
[INFO] [stderr] 11573 | | #[doc = " @details This call enables the application to add a Vendor Specific base UUID to the BLE stack's table, for later"]
[INFO] [stderr] 11574 | | #[doc = " use with all other modules and APIs. This then allows the application to use the shorter, 24-bit @ref ble_uuid_t"]
[INFO] [stderr] ...     |
[INFO] [stderr] 11594 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR If p_vs_uuid or p_uuid_type is NULL or invalid."]
[INFO] [stderr] 11595 | | #[doc = " @retval ::NRF_ERROR_NO_MEM If there are no more free slots for VS UUIDs."]
[INFO] [stderr]       | |____________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[out] p_uuid_type  Pointer to a uint8_t where the type field in @ref ble_uuid_t corresponding to this UUID will be stored.
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `inout`
[INFO] [stderr]      --> src/bindings.rs:11609:1
[INFO] [stderr]       |
[INFO] [stderr] 11609 | / #[doc = "@brief Remove a Vendor Specific base UUID."]
[INFO] [stderr] 11610 | | #[doc = ""]
[INFO] [stderr] 11611 | | #[doc = " @details This call removes a Vendor Specific base UUID that has been added with @ref sd_ble_uuid_vs_add. This function allows"]
[INFO] [stderr] 11612 | | #[doc = " the application to reuse memory allocated for Vendor Specific base UUIDs."]
[INFO] [stderr] ...     |
[INFO] [stderr] 11624 | | #[doc = " @retval ::NRF_ERROR_INVALID_PARAM If p_uuid_type points to a non-valid UUID type."]
[INFO] [stderr] 11625 | | #[doc = " @retval ::NRF_ERROR_FORBIDDEN If the Vendor Specific base UUID is in use by the ATT Server."]
[INFO] [stderr]       | |_______________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[inout] p_uuid_type Pointer to a uint8_t where its value matches the UUID type in @ref ble_uuid_t::type to be removed.
[INFO] [stderr]                       ^^^^^
[INFO] [stderr]       = note: no item named `inout` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:11639:1
[INFO] [stderr]       |
[INFO] [stderr] 11639 | / #[doc = " @brief Decode little endian raw UUID bytes (16-bit or 128-bit) into a 24 bit @ref ble_uuid_t structure."]
[INFO] [stderr] 11640 | | #[doc = ""]
[INFO] [stderr] 11641 | | #[doc = " @details The raw UUID bytes excluding bytes 12 and 13 (i.e. bytes 0-11 and 14-15) of p_uuid_le are compared"]
[INFO] [stderr] 11642 | | #[doc = " to the corresponding ones in each entry of the table of Vendor Specific base UUIDs populated with @ref sd_ble_uuid_vs_add"]
[INFO] [stderr] ...     |
[INFO] [stderr] 11654 | | #[doc = " @retval ::NRF_ERROR_INVALID_LENGTH Invalid UUID length."]
[INFO] [stderr] 11655 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND For a 128-bit UUID, no match in the populated table of UUIDs."]
[INFO] [stderr]       | |_______________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]   uuid_le_len Length in bytes of the buffer pointed to by p_uuid_le (must be 2 or 16 bytes).
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:11639:1
[INFO] [stderr]       |
[INFO] [stderr] 11639 | / #[doc = " @brief Decode little endian raw UUID bytes (16-bit or 128-bit) into a 24 bit @ref ble_uuid_t structure."]
[INFO] [stderr] 11640 | | #[doc = ""]
[INFO] [stderr] 11641 | | #[doc = " @details The raw UUID bytes excluding bytes 12 and 13 (i.e. bytes 0-11 and 14-15) of p_uuid_le are compared"]
[INFO] [stderr] 11642 | | #[doc = " to the corresponding ones in each entry of the table of Vendor Specific base UUIDs populated with @ref sd_ble_uuid_vs_add"]
[INFO] [stderr] ...     |
[INFO] [stderr] 11654 | | #[doc = " @retval ::NRF_ERROR_INVALID_LENGTH Invalid UUID length."]
[INFO] [stderr] 11655 | | #[doc = " @retval ::NRF_ERROR_NOT_FOUND For a 128-bit UUID, no match in the populated table of UUIDs."]
[INFO] [stderr]       | |_______________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out]  p_uuid      Pointer to a @ref ble_uuid_t structure to be filled in.
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:11669:1
[INFO] [stderr]       |
[INFO] [stderr] 11669 | / #[doc = " @brief Encode a @ref ble_uuid_t structure into little endian raw UUID bytes (16-bit or 128-bit)."]
[INFO] [stderr] 11670 | | #[doc = ""]
[INFO] [stderr] 11671 | | #[doc = " @note The pointer to the destination buffer p_uuid_le may be NULL, in which case only the validity and size of p_uuid is comput...
[INFO] [stderr] 11672 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 11678 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 11679 | | #[doc = " @retval ::NRF_ERROR_INVALID_PARAM Invalid UUID type."]
[INFO] [stderr]       | |________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[in]   p_uuid        Pointer to a @ref ble_uuid_t structure that will be encoded into bytes.
[INFO] [stderr]                      ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:11669:1
[INFO] [stderr]       |
[INFO] [stderr] 11669 | / #[doc = " @brief Encode a @ref ble_uuid_t structure into little endian raw UUID bytes (16-bit or 128-bit)."]
[INFO] [stderr] 11670 | | #[doc = ""]
[INFO] [stderr] 11671 | | #[doc = " @note The pointer to the destination buffer p_uuid_le may be NULL, in which case only the validity and size of p_uuid is comput...
[INFO] [stderr] 11672 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 11678 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 11679 | | #[doc = " @retval ::NRF_ERROR_INVALID_PARAM Invalid UUID type."]
[INFO] [stderr]       | |________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               @param[out]  p_uuid_le_len Pointer to a uint8_t that will be filled with the encoded length (2 or 16 bytes).
[INFO] [stderr]                      ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> src/bindings.rs:11693:1
[INFO] [stderr]       |
[INFO] [stderr] 11693 | / #[doc = "@brief Get Version Information."]
[INFO] [stderr] 11694 | | #[doc = ""]
[INFO] [stderr] 11695 | | #[doc = " @details This call allows the application to get the BLE stack version information."]
[INFO] [stderr] 11696 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 11700 | | #[doc = " @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied."]
[INFO] [stderr] 11701 | | #[doc = " @retval ::NRF_ERROR_BUSY The BLE stack is busy (typically doing a locally-initiated disconnection procedure)."]
[INFO] [stderr]       | |_________________________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[out] p_version Pointer to a ble_version_t structure to be filled in.
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:11715:1
[INFO] [stderr]       |
[INFO] [stderr] 11715 | / #[doc = "@brief Provide a user memory block."]
[INFO] [stderr] 11716 | | #[doc = ""]
[INFO] [stderr] 11717 | | #[doc = " @note This call can only be used as a response to a @ref BLE_EVT_USER_MEM_REQUEST event issued to the application."]
[INFO] [stderr] 11718 | | #[doc = ""]
[INFO] [stderr] ...     |
[INFO] [stderr] 11735 | | #[doc = " @retval ::NRF_ERROR_INVALID_LENGTH Invalid user memory block length supplied."]
[INFO] [stderr] 11736 | | #[doc = " @retval ::NRF_ERROR_INVALID_STATE Invalid Connection state or no user memory request pending."]
[INFO] [stderr]       | |_________________________________________________________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                @param[in] conn_handle Connection handle.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> src/bindings.rs:11750:1
[WARN] too much data in the log, truncating it