Home
last modified time | relevance | path

Searched refs:eventHandlerFunc (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-3.4.0/bless/
Dcy_ble_event_handler.c80 cy_en_ble_api_result_t Cy_BLE_RegisterServiceEventHandler(cy_ble_event_handle_t eventHandlerFunc) in Cy_BLE_RegisterServiceEventHandler() argument
85 if(eventHandlerFunc == NULL) in Cy_BLE_RegisterServiceEventHandler()
95 … if(cy_ble_configPtr->context->eventHandlerPool->serviceEventHandler[idx] == eventHandlerFunc) in Cy_BLE_RegisterServiceEventHandler()
109 … serviceEventHandler[cy_ble_configPtr->context->eventHandlerPool->count] = eventHandlerFunc; in Cy_BLE_RegisterServiceEventHandler()