Enumerations

enum  ble_gatts_service_type_t {
  BLE_GATTS_SERVICE_TABLE_TYPE_16 = 0x00,
  BLE_GATTS_SERVICE_TABLE_TYPE_128
}
 Service table type. More...
 

Detailed Description

Enumeration Type Documentation

◆ ble_gatts_service_type_t

Service table type.

Enumerator
BLE_GATTS_SERVICE_TABLE_TYPE_16 

16-bit service table type.

BLE_GATTS_SERVICE_TABLE_TYPE_128 

128-bit service table type.

Definition at line 214 of file ble_gatts.h.