commit | 20cb4c31cac44c24a63be0f36c6c47d5edb93a48 | [log] [tgz] |
---|---|---|
author | Piotr Narajowski <piotr.narajowski@codecoup.pl> | Wed Apr 03 17:15:19 2024 +0200 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Wed May 29 14:02:33 2024 +0200 |
tree | 23dc073adfb05b57a4a536dbad5aed0231b51a8f | |
parent | b4d8b44d0fbb40973c3ce7d59b78f69e001a5d1a [diff] |
bluetooth: tester: refactor CSIP btp command Refactor CSIP btp commands by removing the 'count' parameter from set_coordinator_lock and set_coordinator_release functions. If we want to support lock/release procedure on subset of set members in the future, 'count' param doesn't indicate a specific set member. Instead, introduce 'address_count' and 'addr' array params, although their usage is not yet implemented. Signed-off-by: Piotr Narajowski <piotr.narajowski@codecoup.pl>