Bluetooth: CSIS: Add array of bt_csis to discovery function
Add an [out] array to the discovery function and an array to the discovery callback of bt_csis structs. These should be used instead of bt_conn pointers for CSIS client. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
c8be71a257
commit
60181a183f
1 changed files with 2 additions and 1 deletions
|
@ -221,7 +221,8 @@ typedef void (*bt_csis_client_discover_cb)(struct bt_conn *conn, int err,
|
|||
*
|
||||
* @return int Return 0 on success, or an errno value on error.
|
||||
*/
|
||||
int bt_csis_client_discover(struct bt_csis_client_set_member *member);
|
||||
int bt_csis_client_discover(struct bt_csis_client_set_member *member,
|
||||
struct bt_csis *csis[BT_CSIS_CLIENT_MAX_CSIS_INSTANCES]);
|
||||
|
||||
typedef void (*bt_csis_client_discover_sets_cb)(struct bt_conn *conn,
|
||||
int err, uint8_t set_count,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue