TI BLE5-Stack API Documentation  2.02.05.00
Modules | Files | Functions
Micro Gap Layer

Modules

 Micro GAP Broadcaster Callbacks
 
 Micro GAP Broadcaster Structures
 
 Micro GAP Constants
 

Files

file  ugap.h
 Micro BLE GAP API.
 

Functions

bStatus_t ugap_bcastInit (ugapBcastCBs_t *pCBs)
 Initialize Micro Broadcaster. More...
 
bStatus_t ugap_bcastSetDuty (uint16 dutyOnTime, uint16 dutyOffTime)
 Set Broadcaster Duty On/Off time. More...
 
bStatus_t ugap_bcastStart (uint16 numAdvEvent)
 Start Broadcaster. Proceed the state from either Initialized or IDLE to Advertising. More...
 
bStatus_t ugap_bcastStop (void)
 Stop Broadcaster. Proceed the state from either Advertising or Waiting to IDLE. More...
 

Detailed Description

Function Documentation

§ ugap_bcastInit()

bStatus_t ugap_bcastInit ( ugapBcastCBs_t pCBs)

Initialize Micro Broadcaster.

Parameters
pCBs- a set of application callbacks for Broadcaster
Returns
SUCCESS
INVALIDPARAMETER
FAILURE

§ ugap_bcastSetDuty()

bStatus_t ugap_bcastSetDuty ( uint16  dutyOnTime,
uint16  dutyOffTime 
)

Set Broadcaster Duty On/Off time.

Parameters
dutyOnTime- Time period during which the Broadcaster is in Advertising state. 100 ms unit. This cannot be 0 unless dutyOffTime is also 0.
dutyOffTime- Time period during which the Broadcaster is in Waiting state. 100 ms unit. If this is 0, Duty Control is disabled regardless of dutyOnTime.
Returns
SUCCESS
INVALIDPARAMETER

§ ugap_bcastStart()

bStatus_t ugap_bcastStart ( uint16  numAdvEvent)

Start Broadcaster. Proceed the state from either Initialized or IDLE to Advertising.

Parameters
numAdvEvent- # of Advertising events to be performed before the Broadcaster state goes to IDLE. If this is 0, the Broadcaster will keep staying in Advertising or Advertising and Waiting alternately unless an error happens or the application requests to stop.
Returns
SUCCESS
FAILURE
INVALIDPARAMETER

§ ugap_bcastStop()

bStatus_t ugap_bcastStop ( void  )

Stop Broadcaster. Proceed the state from either Advertising or Waiting to IDLE.

Returns
SUCCESS
INVALIDPARAMETER
FAILURE
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale