bt_gatt_descriptor_t

Structure representing a single Generic Attribute (GATT) descriptor.

Synopsis:

typedef struct  {
    char uuid [39];
    uint16_t handle ;
}bt_gatt_descriptor_t;

Since:

BlackBerry 10.0.0

Data:

char uuid[39]
The string UUID for the given descriptor.
uint16_t handle
The handle for the descriptor.

Library:

libbtapi (For the qcc command, use the -l btapi option to link against this library)

Description: