nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gatts_attr_context_t Struct Reference

Data Fields

ble_uuid_t srvc_uuid
 
ble_uuid_t char_uuid
 
ble_uuid_t desc_uuid
 
uint16_t srvc_handle
 
uint16_t value_handle
 
uint8_t type
 

Field Documentation

ble_uuid_t srvc_uuid

Service UUID.

ble_uuid_t char_uuid

Characteristic UUID if applicable (BLE_UUID_TYPE_UNKNOWN if N/A).

ble_uuid_t desc_uuid

Descriptor UUID if applicable (BLE_UUID_TYPE_UNKNOWN if N/A).

uint16_t srvc_handle

Service Handle.

uint16_t value_handle

Characteristic Handle if applicable (BLE_GATT_HANDLE_INVALID if N/A).

uint8_t type

Attribute Type, see GATT Server Attribute Types.