S115 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
Loading...
Searching...
No Matches
ble_gap_opt_slave_latency_disable_t Struct Reference

Disable slave latency. More...

#include </home/runner/work/sdk-nrf-bm/sdk-nrf-bm/sdk-nrf-bm/nrf-bm/components/softdevice/nrf54l/s115/s115_API/include/ble_gap.h>

Data Fields

uint16_t conn_handle
 
uint8_t disable
 

Detailed Description

Disable slave latency.

Used with sd_ble_opt_set to temporarily disable slave latency of a peripheral connection (see ble_gap_conn_params_t::slave_latency). And to re-enable it again. When disabled, the peripheral will ignore the slave_latency set by the central.

Note
Shall only be called on peripheral links.
Return values
NRF_SUCCESSSet successfully.
NRF_ERROR_NOT_SUPPORTEDGet is not supported.
BLE_ERROR_INVALID_CONN_HANDLEInvalid connection handle parameter.

The documentation for this struct was generated from the following file: