4#include <core/common_defines.h>
12 BleEventAckFlowEnable,
13 BleEventAckFlowDisable,
26typedef BleEventAckStatus (*BleSvcEventHandlerCb)(
void* event,
void* context);
31void ble_event_dispatcher_init(
void);
34void ble_event_dispatcher_reset(
void);
36BleEventFlowStatus ble_event_dispatcher_process_event(
void* payload);
39BleEventFlowStatus ble_event_app_notification(
void* pckt);
43 ble_event_dispatcher_register_svc_handler(BleSvcEventHandlerCb handler,
void* context);
Definition event_dispatcher.c:8