CS Antenna#

Channel Sounding (CS) Antenna manages CS antenna offset settings.

Functions#

sl_status_t
bool
cs_antenna_on_bt_event(sl_bt_msg_t *evt)

Function Documentation#

cs_antenna_configure#

sl_status_t cs_antenna_configure (bool wired)
Parameters
TypeDirectionArgument NameDescription
bool[in]wired

Use wireless offset values if false, wired otherwise.

Configure antenna offset values.

  • Can be called only after the Bluetooth system boot event has arrived.


cs_antenna_on_bt_event#

bool cs_antenna_on_bt_event (sl_bt_msg_t * evt)
Parameters
TypeDirectionArgument NameDescription
sl_bt_msg_t *[in]evt

Bluetooth event.

Bluetooth event handler of the CS Antenna component. Registered automatically via the bluetooth_on_event template contribution.

Returns

  • Always returns false; the event is left for further processing by other handlers.