BLE-Stack APIs
3.00.00
|
Data Structures | |
struct | gapRolesCBs_t |
Peripheral GAPRole Callback structure. More... | |
Typedefs | |
typedef void(* | gapRolesParamUpdateCB_t )(uint16_t connInterval, uint16_t connSlaveLatency, uint16_t connTimeout) |
typedef void(* | gapRolesStateNotify_t )(gaprole_States_t newState) |
State Change Callback Type. More... | |
These are functions whose pointers are passed from the application to the GAPRole so that the GAPRole can send events to the application.
typedef void(* gapRolesStateNotify_t)(gaprole_States_t newState) |
State Change Callback Type.
Callback to notify the application of a GAPRole state change
newState | new GAPRole state |