commit | a3904bd9913925ec72d7526512f7c13f5073ca38 | [log] [tgz] |
---|---|---|
author | Mariusz Skamra <mariusz.skamra@codecoup.pl> | Mon Jul 11 15:28:03 2022 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Jul 11 16:04:42 2022 +0000 |
tree | 1160b069efde02a89037394d5ab88b47203d5579 | |
parent | 6868058c0351fcd248d49dcea6b4a0dfc4a80b7e [diff] |
Bluetooth: audio: Fix PACS location chrc properties If the characteristic is non-writtable, the BT_GATT_CHRC_WRITE property flag shall be unset. Moreover, threre is no point to set BT_GATT_PERM_WRITE_ENCRYPT permission flag as well if the attribute has no `write` callback set anyway. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>