TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Typedefs
Micro BLE Stack Callbacks

Typedefs

typedef void(* ubleAntSwitchCB_t) (void)
 Type of the callback to switch antenna in the application. More...
 
typedef void(* ublePostEvtProxyCB_t) (void)
 Type of the callback to have uble_processMsg called in the application task context. More...
 
typedef void(* ubleProcessMsg_t) (ubleEvtMsg_t *pEvtMsg)
 Function to process event messages destined to the calle module.
 

Detailed Description

Typedef Documentation

§ ubleAntSwitchCB_t

typedef void(* ubleAntSwitchCB_t) (void)

Type of the callback to switch antenna in the application.

uble_registerAntSwitchCB

§ ublePostEvtProxyCB_t

typedef void(* ublePostEvtProxyCB_t) (void)

Type of the callback to have uble_processMsg called in the application task context.

Warning
The application should provide a valid callback when calling uble_stackInit
Copyright 2017, Texas Instruments Incorporated