STM32WBA Bluetooth® LE – Connection Subrating feature

1. Connection Subrating feature

It can sometimes be necessary for a device to use a low duty cycle connection for some use cases but be able to switch up to a high duty cycle when required to support other use cases.

Link Layer procedures that use "instants" such as the connection update procedure generally involve connection property changes that if not executed successfully by both devices can result in loss of connection.
To start the connection update procedure, the Host must send the controller a LE Connection Update command. The controller must respond by initiating the link layer Connection Update procedure, sending a LL_CONNECTION_UPDATE_IND PDU to the Peripheral with the Instant field specifying a connection event which is at least six events in the future at which point the connection parameter changes must be applied by both the Peripheral and Central.

Bluetooth® LE - Connection update
Connectivity:Connectivity connection-update 3.png


Use cases which are expected to benefit from subrated connections include Bluetooth LE Audio products such as hearing aids and monitoring systems which use sensors.
An audio device like a hearing aid can maintain a subrated connection to a smartphone, making the connection available for immediate use when it becomes necessary to handle audio communication.
Subrating saves power but also allows the connected isochronous stream to be established very quickly.
Using subrated connections, a sensor can efficiently maintain a persistent, low duty cycle subrated connection to another device which collects sensor data.
When required it can then switch the connection up to a high duty cycle quickly so that accumulated sensor data can be uploaded over a higher bandwidth connection.

Bluetooth LE connections offer a highly flexible way to adapt to dynamic changes of requirements in terms of data throughput and power.
A high duty cycle connection achieves higher data throughput on the expense of increased power consumption, while a low duty cycle connection saves power on the expense of data throughput.

1.1. Connection subrating capabilities and benefits

The LE Enhanced Connection Update change introduces the concept of subrated connections.
A subrated connection achieves a power saving low duty cycle in a different way to non-subrated connections and is able to switch up to a high duty cycle more quickly.
Subrated connections are also able to handle variable packet rates or bursty traffic in an efficient way.
The ability to switch quickly from a low duty cycle connection to a high duty cycle connection when required and in a short time, will provide an improved user experience for some important product types and is the main benefit of the new subrated connections feature.

1.2. Connection subrating

1.2.1. Basic Principles

Subrated connections are ACL connections which have additional properties assigned to them and behave differently in some ways.
The additional properties are called the subrate factor, subrate base event, and continuation number.
ACL connection properties which also have a significant effect on the behaviour of a subrated connection are the connection interval and the Peripheral latency value.
The subrated connection properties provide a mechanism for indicating that only a specific subset of connection events are to be actively used by the connected devices, with the radio not being used in other connection events.
Connection events are actively used when the peripheral listens to the event or sends data in the event.
A subrated connection can therefore have a short ACL connection interval but still exhibit a low duty cycle.

Bluetooth® LE - A basic subrated connection with subrate factor = 5
Connectivity:Connectivity basics subrating 3.png


Only one in every five connection events is used. The other four are skipped and so there is no radio activity during those connection events.
The connection event during which the radio is used to transmit and receive link layer packets is known as a subrated connection event.

1.2.2. Subrate base events

A subrated connection defines a number of consecutive ACL connection events of which one will be actively used (the subrated connection event)
But the subrated connection event does not have to be the first ACL connection event in the sequence of events. The choice of connection event to use from within the sequence of subrate factor events is controlled by the subrate base event value which is used to determine the phase of the subrated events.
The phase of the subrated events has been shifted by two connection events by specifying a subrate base event value of 2.

Bluetooth® LE - A subrated connection with subrate factor=5, subrate base event = 2 and Peripheral latency = 0
Connectivity:Connectivity basics subrating base event 2.png


The subrate base event property provides packet schedulers with control over connection events and radio use so that a workable schedule can be established across one or more concurrent connections.

1.2.3. Continuation events

The rate of packets exchanged over a connection and the way in which the rate varies is called the traffic profile. Connection subrating uses the concept of continuation events.
When a subrated connection is actively in use, with a link layer packet which has a non-zero length during the current subrated connection event, a specified number of the following ACL connection events (called the continuation events) will be selected instead of skip them.
This ensures that bursts of activity from the application are not slowed down by subrating.
After an actively used subrated connection event, a number of the connection events that follow on immediately from the subrated connection event will also be selected for use.

Bluetooth® LE - Continuation events in a subrated connection. Continuation Number=1
Connectivity:Connectivity subrating continuation event 2.png


  • At connection event #0 (the subrated connection base event), the link layer packet received had no payload and so continuation was not warranted. All other connection events until the next subrated connection event are therefore skipped.
  • At the subrated event which occurs at ACL connection event #5, at least one non-zero length link layer packet was transmitted and so the next connection event (event #6) is designated a continuation event and is actively used.
  • At least one non-empty link layer packet was handled during this continuation event, connection event #6 and so the next connection event, event #7 also becomes a continuation event.
  • Data is handled in event #7 and so event #8 becomes a continuation event too.
  • During event #8, there are no non-empty packets and so the sequence of continuation ends here.

1.2.4. Peripheral Latency and Subrated Connections

When peripheral latency is used with a subrated connection, the effect can sometimes differ from non-subrated connections.
It depends on whether or not continuation events are in use.
When Peripheral latency is greater than zero in a subrated connection, the Peripheral latency concept applies to subrated connection events only and these occur at the intervals determined by the subrate factor value.
Every other subrated connection event is skipped due to the Peripheral latency value of 1 in conjunction with the subrate connection parameters.

Bluetooth® LE - A subrated connection with Peripheral Latency = 1, subrate factor = 3 and continuation number = 0
Connectivity:Connectivity subrating peripheral latency 2.png


Example of a non-zero continuation number used with a non-zero Peripheral latency value.
The Peripheral listens at every other subrated connection event as you would expect but the Peripheral latency property value has no effect on the behaviour during continuation events.
After receiving data at a subrated connection event, the Peripheral listens at the next continuation event exactly as would have been the case with a Peripheral latency value of zero.

Bluetooth® LE - A subrated connection with Peripheral Latency = 1, subrate factor = 3 and continuation number = 1
Connectivity:Connectivity subrating peripheral latency continuation event 2.png


1.3. how to implement on STM32WBA applications

Feature available in "full Link Layer" (use of "full ble stack") for STM32WBA.

1.3.1. Peripheral and Central

It is necessary to set connection subrating feature.

hci_le_set_host_feature

Description

This command is used by the Host to set or clear a bit controlled by the Host in the Link Layer FeatureSet stored in the Controller.
Syntax
tBleStatus hci_le_set_host_feature( uint8_t Bit_Number, uint8_t Bit_Value );
Parameters
[in] Bit_Number
Type: uint8_t
Description: Bit position in the FeatureSet. Is equal to 0x26 to set connection subrating feature.
[in] Bit_Value
Type: uint8_t
Description: Bit in the FeatureSet set/reset.
Return value
[out] command status
Type: uint8_t

1.3.2. Peripheral or Central

After LE link establishment, the central requires subrating.

hci_le_subrate_request

Description

This command is used by a Central or a Peripheral to request a change to the subrating factor and/or other parameters applied to an existing connection using the Connection Subrate Update procedure.
Syntax
tBleStatus hci_le_subrate_request( uint16_t Connection_Handle, uint16_t Subrate_Min, uint16_t Subrate_Max, 
uint16_t Max_Latency, uint16_t Continuation_Number, uint16_t Supervision_Timeout );
Parameters
[in] Connection_Handle
Type: uint16_t
Description: Connection handle for which the command applies.
[in] Subrate_Min
Type: uint16_t
Description: Minimum subrate factor.
[in] Subrate_Max
Type: uint16_t
Description: Maximum subrate factor.
[in] Max_Latency
Type: uint16_t
Description: Maximum Peripheral latency allowed in requests by a Peripheral, in units of subrated connection intervals.
[in] Continuation_Number
Type: uint16_t
Description: 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.
[in] Supervision_Timeout
Type: uint16_t
Description: Supervision timeout for the LE Link. It shall be a multiple of 10 ms and larger than (1 + connPeripheralLatency) * connInterval * 2. Time = N * 10 ms.
Return value
[out] command status
Type: uint8_t

2. Example of Connection subrating feature on STM32WBA

2.1. Advertising data

At startup, Connection subrating Server application starts Advertising.
Data advertised are composed as follows:

Connection subrating Server Advertising packet
Description Length AD Type Value
Device Name 8 0x09 CS_XX (XX: last byte of BD address)
Manufacturer Data 15 0xFF See table below
Flags 2 0x01 0x06
(GeneralDiscoverable, BrEdrNotSupported)



Manufacturer data are encoded following STMicroelectronics BlueST SDK v2 as described below:

STMicroelectronics Manufacturer Advertising data
Byte Index 0 1 2-3 4 5 6 7 8 9 10-15
Function Length Manufacturer ID Company BlueST SDK Version Device ID Firmware ID Option 1 Option 2 Option 3 Device Address
Value 0x0F 0xFF 0x0030 STMicro 0x02 0x8B Nucleo-WBA 0xE2 - Connection subrating Server 0x00 0x00 0x00 0x08E12Axxxx


2.2. On-board buttons configuration

Button configuration for Bluetooth® Low Energy connection subrating application on Nucleo-WBA55CG boards
Application Condition B1 Click B1 Long Press B2 Click B2 Long Press B3 Click B3 Long Press
CS Server Idle

Connected

-

Starts/Stops notification

/ / / / /
CS Client Idle

Connected

Starts scan then connects

Starts/Stops write data

/ / / / /

2.3. Connection Subrating Central and Peripheral applications

  • Connection established at 7.5 ms
  • Connection updated to 22.5 ms
  • Subrate request with max subrate factor equals 5. When subrate indication is received and no data received then subrated connection set to 112.5 ms (22.5 ms * 5)


2.3.1. Air trace after connection complete and subrate request

Bluetooth® Connection updated to 22.5 ms then subrate request with Max subrate factor equals 5 and continuation number equals 1
Connectivity:air trace connection subrate req.png


2.3.2. Air trace when write characteristic is started

Bluetooth® Example of Write characteristic
Connectivity:air trace write char.png


2.3.3. Air trace when update characteristic is started

Bluetooth® Example of Update characteristic
Connectivity:air trace notification.png


2.3.4. Flow diagram when notification is started

Bluetooth® Example of Notification Flow Diagram between a CS server and a CS client
Connectivity:Connectivity CS DT notification.png


2.3.5. Flow diagram when write characteristic is started

Bluetooth® Example of Write Flow Diagram between a CS client and a CS server
Connectivity:Connectivity CS DT write.png



2.4. No Connection Subrating use and connection updated to 22.5 ms

2.4.1. Air trace after connection complete

Bluetooth® Connection updated to 22.5 ms
Connectivity:air trace connection no subrate req.png


2.4.2. Air trace when write characteristic is started

Bluetooth® Example of Write characteristic
Connectivity:air trace write char no subrate.png


2.4.3. Air trace when update characteristic is started

Bluetooth® Example of Update characteristic
Connectivity:air trace notification no subrate.png


3. References

No categories assignedEdit