![]() |
S115 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
|
Disable slave latency. More...
Data Fields | |
| uint16_t | conn_handle |
| uint8_t | disable |
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.
| NRF_SUCCESS | Set successfully. |
| NRF_ERROR_NOT_SUPPORTED | Get is not supported. |
| BLE_ERROR_INVALID_CONN_HANDLE | Invalid connection handle parameter. |