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

◆ BLE_GATTS_EVTS

#include <ble_gatts.h>

GATT Server Event IDs.

Enumerator
BLE_GATTS_EVT_WRITE 

GATTS BLE Event base. Write operation performed.
See ble_gatts_evt_write_t.

BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST 

Read/Write Authorization request.
Reply with sd_ble_gatts_rw_authorize_reply.
See ble_gatts_evt_rw_authorize_request_t.

BLE_GATTS_EVT_SYS_ATTR_MISSING 

A persistent system attribute access is pending.
Respond with sd_ble_gatts_sys_attr_set.
See ble_gatts_evt_sys_attr_missing_t.

BLE_GATTS_EVT_HVC 

Handle Value Confirmation.
See ble_gatts_evt_hvc_t.

BLE_GATTS_EVT_SC_CONFIRM 

Service Changed Confirmation.
No additional event structure applies.

BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST 

Exchange MTU Request.
Reply with sd_ble_gatts_exchange_mtu_reply.
See ble_gatts_evt_exchange_mtu_request_t.

BLE_GATTS_EVT_TIMEOUT 

Peer failed to respond to an ATT request in time.
See ble_gatts_evt_timeout_t.

BLE_GATTS_EVT_HVN_TX_COMPLETE 

Handle Value Notification transmission complete.
See ble_gatts_evt_hvn_tx_complete_t.