Bluetooth: CSIS: Remove addr from bt_csis_client_set_member

Remove the addr struct from bt_csis_client_set_member as that
was only used by the upper layers and not the CSIS client
itself, and as such should only reside in the
upper layers.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2021-11-24 11:59:01 +01:00 committed by Anas Nashif
commit f13aa0e059
3 changed files with 14 additions and 12 deletions

View file

@ -201,7 +201,6 @@ struct bt_csis_client_set {
struct bt_csis_client_set_member {
struct bt_conn *conn;
bt_addr_le_t addr;
struct bt_csis_client_set sets[BT_CSIS_CLIENT_MAX_CSIS_INSTANCES];
};