commit | 6b2cc7e57ea82c507409e4a1f4ff3613558bf5bd | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu May 27 22:07:25 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jun 14 14:25:55 2021 +0200 |
tree | 3b3813a7517c2b06f449fd9946867b976fe82205 | |
parent | d52b4ac4bfe17c9f26a99411135f3987a94ff0d2 [diff] |
Bluetooth: Audio: Rename bt_vcs to bt_vcs_included Rename the struct from bt_vcs to bt_vcs_included, and rename bt_vcs_get to bt_vcs_included_get as that is more descriptive of the value returned. Furthermore, this will also allow us to use bt_vcs as an opaque pointer to a VCS service instance (local or remote) to match the service instance pointers of AICS and VOCS. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>