Structure with Discovered Attributes Information of Custom Service Characteristics.
Data Fields | |
cy_ble_gatt_db_attr_handle_t * | customServCharHandle |
Characteristic handle. | |
cy_ble_gatt_db_attr_handle_t * | customServCharEndHandle |
Characteristic end handle. | |
const void * | uuid |
Custom Characteristic UUID. | |
uint8_t | uuidFormat |
UUID Format - 16-bit (0x01) or 128-bit (0x02) | |
uint8_t * | properties |
Properties for Value Field. | |
uint8_t | descCount |
Number of descriptors. | |
const cy_stc_ble_customc_desc_t * | customServCharDesc |
Characteristic descriptors. | |