A structure for BLE radio state parameters.

DeprecatedRAIL 2.x synonym of sl_rail_ble_state_t.

Public Attributes#

uint32_t

The value used to initialize the CRC algorithm.

uint32_t

The access address used for the connection.

uint16_t

The logical channel used.

bool

Indicates whether the whitening engine should be off (generally used for testing only).

uint16_t

Reserved for future use; specify 0.

Public Attribute Documentation#

crcInit#

uint32_t RAIL_BLE_State_t::crcInit

The value used to initialize the CRC algorithm.

DeprecatedRAIL 2.x synonym of sl_rail_ble_state_t::crc_init.


accessAddress#

uint32_t RAIL_BLE_State_t::accessAddress

The access address used for the connection.

It is transmitted or received least-significant bit first.

DeprecatedRAIL 2.x synonym of sl_rail_ble_state_t::access_address.


channel#

uint16_t RAIL_BLE_State_t::channel

The logical channel used.

DeprecatedRAIL 2.x synonym of sl_rail_ble_state_t::logical_channel.


disableWhitening#

bool RAIL_BLE_State_t::disableWhitening

Indicates whether the whitening engine should be off (generally used for testing only).

DeprecatedRAIL 2.x synonym of sl_rail_ble_state_t::disable_whitening.


whiteInit#

uint16_t RAIL_BLE_State_t::whiteInit

Reserved for future use; specify 0.

DeprecatedRAIL 2.x synonym of sl_rail_ble_state_t::white_init.