Mistake on this page?
Report an issue in GitHub or email us
Public Types
GattServerEvents Class Reference

Abstract events generated by a GattServer vendor port. More...

#include <GattServerEvents.h>

Public Types

typedef enum GattServerEvents::gattEvent_e gattEvent_t
 Enumeration of events, which a GattServer implementation can generate. More...
 

Detailed Description

Abstract events generated by a GattServer vendor port.

Attention
This class is not part of the public API.

Definition at line 34 of file GattServerEvents.h.

Member Typedef Documentation

Enumeration of events, which a GattServer implementation can generate.

Member Enumeration Documentation

Enumeration of events, which a GattServer implementation can generate.

Enumerator
GATT_EVENT_DATA_SENT 

Fired when a server event was successfully sent.

GATT_EVENT_DATA_WRITTEN 

Client has written a server attribute.

GATT_EVENT_UPDATES_ENABLED 

Notification or indication enabled in CCCD.

GATT_EVENT_UPDATES_DISABLED 

Notification or Indication disabled in CCCD.

GATT_EVENT_CONFIRMATION_RECEIVED 

Response received from Characteristic Value Indication message.

GATT_EVENT_READ_AUTHORIZATION_REQ 

Request application to authorize read.

GATT_EVENT_WRITE_AUTHORIZATION_REQ 

Request application to authorize write.

Definition at line 41 of file GattServerEvents.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.