commit | 3953289fdaacd6145821538aaff8bf85038f260d | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu Dec 09 15:24:38 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 18 10:40:33 2022 -0500 |
tree | e772b04e6019a99956eaa85932fad2641e032c72 | |
parent | 086d2e02707a3d26d88dce2d437a60341e5d38e2 [diff] |
Bluetooth: CSIS: Modify bt_csis_client_get_lock_state to read all members Modify bt_csis_client_get_lock_state to be the Ordered Access procedure, which means that instead of reading a single lock value on a single device, it will read the lock value for all set members supplied in the function, and return true if any of them is locked, or false otherwise. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>