![]() |
S145 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
|
| 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.
| [in] | enable | Set to BLE_GAP_QOS_CONN_EVENT_REPORT_ENABLE to enable reporting. Set to BLE_GAP_QOS_CONN_EVENT_REPORT_DISABLE to disable reporting. |
| NRF_SUCCESS | The QoS connection event reporting is successfully enabled or disabled. |