Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_timer_info_t Struct Reference

Description

Timer parameter.

Data Fields

uint8_t timerHandle
 Handle of the started timer.
 
uint8_t timeout
 Timeout value for new timer. More...
 

Field Documentation

◆ timeout

uint8_t cy_stc_ble_timer_info_t::timeout

Timeout value for new timer.

If bit 7 is 1 then bits [6:0] specify a timeout in milliseconds, otherwise seconds. This makes the assumption that no one would call timeout of, say, 32000 seconds.