TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
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... | |
typedef void(* ugapBcastAdvDoneCb_t) (bStatus_t status) |
Callback of when an Advertising Event has just been done.
status | status of advertising done event |
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
typedef void(* ugapBcastStateChangeCb_t) (ugapBcastState_t state) |
Callback of when the Broadcaster's state changes.
state | uGAP Broadcaster States |