BLE_API  v2.1.3
BLE Event Definition

Typedefs

typedef void(* BleEventCallBack) (BleCmdEvent event, void *param)
 

Functions

void setBLE_RegisterBleEvent (BleEventCallBack callback)
 

Detailed Description

This file handles the events from HCI to HOST.

Typedef Documentation

◆ BleEventCallBack

typedef void(* BleEventCallBack) (BleCmdEvent event, void *param)

BleEventCallBack

Note
This callback receives the BleCmdEvent events.
Each of these events can be associated with parameters.

Function Documentation

◆ setBLE_RegisterBleEvent()

void setBLE_RegisterBleEvent ( BleEventCallBack  callback)

Register a callback function to receive BleCmdEvent

Parameters
[in]callback: a pointer to a callback function that receive the command events.