S145 SoftDevice for nRF54LM20 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ sd_ble_gap_rssi_stop()

uint32_t sd_ble_gap_rssi_stop ( uint16_t conn_handle)

#include <ble_gap.h>

Stop reporting the received signal strength.

Note
An RSSI change detected before the call but not yet received by the application may be reported after sd_ble_gap_rssi_stop has been called.
Relevant Message Sequence Charts
RSSI get sample
RSSI for connections with event filter
Parameters
[in]conn_handleConnection handle.
Return values
NRF_SUCCESSSuccessfully deactivated RSSI reporting.
NRF_ERROR_INVALID_STATERSSI reporting is not ongoing.
BLE_ERROR_INVALID_CONN_HANDLEInvalid connection handle supplied.