TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Data Structures | Typedefs
Micro GAP Broadcaster Callbacks

Data Structures

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

Typedefs

typedef void(* ugapBcastAdvDoneCb_t) (bStatus_t status)
 Callback of when an Advertising Event has just been done. More...
 
typedef void(* ugapBcastAdvPrepareCb_t) (void)
 Callback of when the next Advertising Event is about to start. More...
 
typedef void(* ugapBcastStateChangeCb_t) (ugapBcastState_t state)
 Callback of when the Broadcaster's state changes. More...
 

Detailed Description

Typedef Documentation

§ ugapBcastAdvDoneCb_t

typedef void(* ugapBcastAdvDoneCb_t) (bStatus_t status)

Callback of when an Advertising Event has just been done.

Parameters
statusstatus of advertising done event

§ ugapBcastAdvPrepareCb_t

typedef void(* ugapBcastAdvPrepareCb_t) (void)

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

The application can use this to update the payload if necessary

§ ugapBcastStateChangeCb_t

typedef void(* ugapBcastStateChangeCb_t) (ugapBcastState_t state)

Callback of when the Broadcaster's state changes.

Parameters
stateuGAP Broadcaster States
Copyright 2017, Texas Instruments Incorporated