Constant Tone Extension GATT Service (Connection)#

Constant Tone Extension GATT Service reference implementation for ACL connection. The CTE mode (AoA or AoD) depends on the presence of the AoD Transmitter Bluetooth stack feature. Limitations:

  • The Bluetooth SIG specifies bit 1 of the Constant Tone Extension Enable characteristic to enable/disable AoD Constant Tone Extension in advertising packets. This runtime configuration is not supported by this component. If any of the advertising CTE components are added to the project, the CTE in the advertising packets is enabled automatically upon system boot.

  • The AoD mode parameters are configured globally in this component.

Functions#

void

Function Documentation#

sl_gatt_service_cte_on_event#

void sl_gatt_service_cte_on_event (sl_bt_msg_t *evt)
Parameters
[in]evt

Event coming from the Bluetooth stack.

Bluetooth stack event handler.


Definition at line 44 of file common/gatt_service_cte/sl_gatt_service_cte.h