TI BLE5-Stack API Documentation  2.01.03.00
Typedefs | Enumerations | Functions
rtls_host.h File Reference

Detailed Description

This file contains the host abstraction layer for a RTLS Host.

Go to the source code of this file.

Typedefs

typedef void(* pfnRtlsCtrlProcessMsgCb) (rtlsHostMsg_t *pMsg)
 RTLS Host application callback.
 

Enumerations

enum  rtlsHostMsgType_e { HOST_ASYNC_REQ, HOST_ASYNC_RSP, HOST_SYNC_REQ, HOST_SYNC_RSP }
 Enumeration for Host Message types.
 

Functions

void RTLSHost_openHostIf (pfnRtlsCtrlProcessMsgCb rtlsHostMsgCb)
 This function opens the host interface and registers the application callback. More...
 
uint8_t RTLSHost_sendMsg (uint8_t cmdId, uint8_t cmdType, uint8_t *pData, uint16_t dataLen)
 This function is an abstraction of sending messages to a RTLS Host. More...
 
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale