Structure with Discovered Attributes Information of Custom Service.
Data Fields | |
cy_ble_gatt_db_attr_handle_t * | customServHandle |
Custom Service Handle. | |
const void * | uuid |
Custom Service UUID. | |
uint8_t | uuidFormat |
UUID Format - 16-bit (0x01) or 128-bit (0x02) | |
uint8_t | charCount |
Number of Characteristics. | |
const cy_stc_ble_customc_char_t * | customServChar |
Custom Service Characteristics. | |