bt_gatt_srv_att_service_t

GATT service type.

Synopsis:

#include <btapi/btgattsrv.h>
 
typedef enum {
      BT_GATT_SRV_ATT_SECONDARY_SERVICE = 0x00   
      BT_GATT_SRV_ATT_PRIMARY_SERVICE = 0x01   
} bt_gatt_srv_att_service_t;

Since:

BlackBerry 10.2.0

Data:

BT_GATT_SRV_ATT_SECONDARY_SERVICE
Secondary service type.
BT_GATT_SRV_ATT_PRIMARY_SERVICE
Primary service type.

Library:

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

Description: