Bluetooth: CAP: Add reference to the set member for CAP discover
Since the CSIP API expects a set member struct for nearly all functionality, the reference to the full set member (along with the CAS specific CSIS) should be given to the application. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
cc1894b844
commit
f58ac3476f
17 changed files with 59 additions and 15 deletions
|
@ -48,3 +48,5 @@ struct bt_csip_set_coordinator_svc_inst {
|
|||
|
||||
struct bt_csip_set_coordinator_csis_inst *bt_csip_set_coordinator_csis_inst_by_handle(
|
||||
struct bt_conn *conn, uint16_t start_handle);
|
||||
struct bt_csip_set_coordinator_set_member *
|
||||
bt_csip_set_coordinator_csis_member_by_conn(struct bt_conn *conn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue