TI BLE5-Stack API Documentation  1.00.01.04
Data Structures | Typedefs
Micro GAP Callbacks

Data Structures

struct  ugBcastCBs_t
 Set of Broadcaster callbacks - must be setup by the application. More...
 

Typedefs

typedef void(* ugbAdvDoneCb_t) (bStatus_t status)
 Callback of when an Advertising Event has just been done. More...
 
typedef void(* ugbAdvPrepareCb_t) (void)
 Callback of when the next Adverting Event is about to start. More...
 
typedef void(* ugbStateChangeCb_t) (ugBcastState_t state)
 Callback of when the Broadcaster's state changes. More...
 

Detailed Description

Typedef Documentation

§ ugbAdvDoneCb_t

typedef void(* ugbAdvDoneCb_t) (bStatus_t status)

Callback of when an Advertising Event has just been done.

Parameters
statusstatus of advertising done event

§ ugbAdvPrepareCb_t

typedef void(* ugbAdvPrepareCb_t) (void)

Callback of when the next Adverting Event is about to start.

The application can use this to update the payload if necessary

§ ugbStateChangeCb_t

typedef void(* ugbStateChangeCb_t) (ugBcastState_t state)

Callback of when the Broadcaster's state changes.

Parameters
stateuGAP Broadcaster States
Copyright 2017, Texas Instruments Incorporated