commit | 366378f8acb245fbb812ae5b47fdb24deb65c860 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Sep 18 08:47:15 2018 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Sep 18 10:19:08 2018 +0300 |
tree | bcc557714f69900fa86464a85368702284e0f332 | |
parent | 62d7a7a5a594213fcf9bd792a056591c1129c8c5 [diff] |
Bluetooth: GATT: Fix const'ness of characteristic descriptor data None of the data for the CEP, CUD and CPF descriptors needs to be modified by the stack at runtime. Make it possible to pass constant data to the descriptor macros, and make sure the descriptor handlers cast the data back to be a constant. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>