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

◆ sd_ble_gap_qos_conn_event_report_enable()

uint32_t sd_ble_gap_qos_conn_event_report_enable ( uint8_t enable)

#include <ble_gap.h>

Enable or disable Quality of Service (QoS) connection event reporting.

When enabled, BLE_GAP_EVT_QOS_CONN_EVENT_REPORT events will be reported for each connection event.

Note
The SoftDevice may generate one BLE_GAP_EVT_QOS_CONN_EVENT_REPORT event after disabling.
Parameters
[in]enableSet to BLE_GAP_QOS_CONN_EVENT_REPORT_ENABLE to enable reporting. Set to BLE_GAP_QOS_CONN_EVENT_REPORT_DISABLE to disable reporting.
Return values
NRF_SUCCESSThe QoS connection event reporting is successfully enabled or disabled.