A structure for BLE radio state parameters.

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#

crc_init#

uint32_t sl_rail_ble_state_t::crc_init

The value used to initialize the CRC algorithm.


access_address#

uint32_t sl_rail_ble_state_t::access_address

The access address used for the connection.

It is transmitted or received least-significant bit first.


logical_channel#

uint16_t sl_rail_ble_state_t::logical_channel

The logical channel used.


disable_whitening#

bool sl_rail_ble_state_t::disable_whitening

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


white_init#

uint16_t sl_rail_ble_state_t::white_init

Reserved for future use; specify 0.