bluetooth: host: Use consistent API naming for CS

This change adds bt_le_cs prefix to public CS API as well as
adding le_cs prefix to CS related bt_conn callbacks. This is
to ensure consistency within CS API while maintaining the
separation between the Bluetooth LE and Classic features.

Signed-off-by: Burak Gorduk <burak.gorduk@nordicsemi.no>
This commit is contained in:
Burak Gorduk 2024-09-24 11:32:51 +01:00 committed by Carles Cufí
commit 6e3c3f67e1
6 changed files with 148 additions and 144 deletions

View file

@ -1158,8 +1158,8 @@ static struct bt_conn_cb conn_callbacks = {
.subrate_changed = subrate_changed,
#endif
#if defined(CONFIG_BT_CHANNEL_SOUNDING)
.remote_cs_capabilities_available = print_remote_cs_capabilities,
.remote_cs_fae_table_available = print_remote_cs_fae_table,
.le_cs_remote_capabilities_available = print_remote_cs_capabilities,
.le_cs_remote_fae_table_available = print_remote_cs_fae_table,
.le_cs_config_created = le_cs_config_created,
.le_cs_config_removed = le_cs_config_removed,
#endif