bt_gatt_srv_att_type_t

Bluetooth low energy server attribute type.

Synopsis:

#include <btapi/btgattsrv.h>
 
typedef enum {
      BT_GATT_SRV_ATT_SERVICE = 0x01   
      BT_GATT_SRV_ATT_CHARACTERISTICS = 0x02   
      BT_GATT_SRV_ATT_DESCRIPTOR = 0x03   
      BT_GATT_SRV_ATT_INCLUDE_SERVICE = 0x04   
} bt_gatt_srv_att_type_t;

Since:

BlackBerry 10.2.0

Data:

BT_GATT_SRV_ATT_SERVICE
GATT service entry.
BT_GATT_SRV_ATT_CHARACTERISTICS
GATT characteristic entry.
BT_GATT_SRV_ATT_DESCRIPTOR
GATT descriptor entry.
BT_GATT_SRV_ATT_INCLUDE_SERVICE
GATT included service entry.

Library:

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

Description: