Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
DIS Definitions and Data Structures

General Description

Contains the DIS specific definitions and data structures used in the DIS API.

Data Structures

struct  cy_stc_ble_diss_t
 Structure with Device Information Service attribute handles. More...
 
struct  cy_stc_ble_disc_t
 Structure with Discovered Attributes Information of Device Information Service. More...
 
struct  cy_stc_ble_dis_char_value_t
 Device Information Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_diss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_disc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_dis_char_index_t {
  CY_BLE_DIS_MANUFACTURER_NAME,
  CY_BLE_DIS_MODEL_NUMBER,
  CY_BLE_DIS_SERIAL_NUMBER,
  CY_BLE_DIS_HARDWARE_REV,
  CY_BLE_DIS_FIRMWARE_REV,
  CY_BLE_DIS_SOFTWARE_REV,
  CY_BLE_DIS_SYSTEM_ID,
  CY_BLE_DIS_REG_CERT_DATA,
  CY_BLE_DIS_PNP_ID,
  CY_BLE_DIS_CHAR_COUNT
}
 DIS Characteristic index. More...
 

Enumeration Type Documentation

◆ cy_en_ble_dis_char_index_t

DIS Characteristic index.

Enumerator
CY_BLE_DIS_MANUFACTURER_NAME 

Manufacturer Name String Characteristic index.

CY_BLE_DIS_MODEL_NUMBER 

Model Number String Characteristic index.

CY_BLE_DIS_SERIAL_NUMBER 

Serial Number String Characteristic index.

CY_BLE_DIS_HARDWARE_REV 

Hardware Revision String Characteristic index.

CY_BLE_DIS_FIRMWARE_REV 

Firmware Revision String Characteristic index.

CY_BLE_DIS_SOFTWARE_REV 

Software Revision String Characteristic index.

CY_BLE_DIS_SYSTEM_ID 

System ID Characteristic index.

CY_BLE_DIS_REG_CERT_DATA 

IEEE 11073-20601 Characteristic index.

CY_BLE_DIS_PNP_ID 

PnP ID Characteristic index.

CY_BLE_DIS_CHAR_COUNT 

Total Count of DIS Characteristics.