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:
parent
f2401ecbe9
commit
f13aa0e059
3 changed files with 14 additions and 12 deletions
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue