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:
parent
7b82214d29
commit
6e3c3f67e1
6 changed files with 148 additions and 144 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue