commit | c8be71a25795727b87660e6234fb51b8d7aba873 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Mon Nov 22 18:16:29 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 18 10:40:33 2022 -0500 |
tree | f6ea99c22b24a9c482b6d18147433ba85c580914 | |
parent | ca8ed046a11f3afa842df67867d3a832a82fdccd [diff] |
Bluetooth: CSIS: Use bt_csis for CSIS client Use the bt_csis struct instead of the bt_csis_client_svc_inst struct for the CSIS client. This makes it more similar to not only the CSIS implementation, but also the other LE Audio client implementations. Furthermore, this change will make it easier to use bt_csis in the API in the future. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>