Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_event_handler_t Struct Reference

Description

Registration Services event Handler structure type.

Data Fields

cy_ble_event_handle_t * serviceEventHandler
 The array for storing reference to the service's event handler procedure. More...
 
uint8_t count
 Count of functions in the array.
 
uint8_t maxServCount
 Max unique services in the project. More...
 

Field Documentation

◆ serviceEventHandler

cy_ble_event_handle_t* cy_stc_ble_event_handler_t::serviceEventHandler

The array for storing reference to the service's event handler procedure.

◆ maxServCount

uint8_t cy_stc_ble_event_handler_t::maxServCount

Max unique services in the project.