TI BLE5-Stack API Documentation  2.01.03.00
Data Structures | Typedefs
RTLS Services callbacks

Data Structures

struct  rtlsSrv_evt_t
 RTLS Services passes messages in this format. More...
 

Typedefs

typedef void(* pfnAppEventHandlerCB_t) (rtlsSrv_evt_t *pEvt)
 

Detailed Description

These are functions whose pointers are passed from the application to the RTLSSrv module. The module will call the callbacks when the corresponding events are sent via HCI

Typedef Documentation

§ pfnAppEventHandlerCB_t

typedef void(* pfnAppEventHandlerCB_t) (rtlsSrv_evt_t *pEvt)

RTLSSrv Callback Structure

This must be setup by the application and passed to the RTLSSrv when RTLSSrv_Register is called

Parameters
evtType- is used to parse the event according to RTLS Services event types
evtSize- size of evtData
evtData- pointer to event data structure RTLS Services Structures
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale