Bluetooth Host Stack Library
wiced_bt_ble_conn_subrate_t Struct Reference

Description

LE Physical link update event related data.

Data Fields

uint8_t status
 status of the event, ignored when the structure is used to set
 
wiced_bt_device_address_t bd_addr
 peer bd address, set to 0 if default
 
uint16_t subrate_min
 Minimum subrate factor allowed in requests by a Peripheral, Range: 0x0001 to 0x01F4, Default: 0x0001.
 
uint16_t subrate_max
 Maximum subrate factor allowed in requests by a Peripheral, Range: 0x0001 to 0x01F4, Default: 0x0001.
 
uint16_t latency
 Maximum Peripheral latency allowed in requests by a Peripheral, in units of subrated connection intervals, Range: 0x0000 to 0x01F3, Default: 0x0000.
 
uint16_t continuation_number
 Minimum number of underlying connection events to remain active after a packet containing a Link Layer PDU with a non-zero Length field is sent or received in requests by a Peripheral, Range: 0x0000 to 0x01F3, Default: 0x0000.
 
uint16_t supervision_timeout
 Maximum supervision timeout allowed in requests by a Peripheral, Range: 0x000A to 0x0C80, Time = N × 10 ms, Time Range: 100 ms to 32 s, Default: 0x0C80.