shared/gatt-client: Add const qualifier to prepare write value

System Internals / BlueZ - Gowtham Anandha Babu [samsung.com] - 27 March 2015 09:35 UTC

For all GATT write operation, value remains constant throughout the transaction. All bt_gatt_client_write procedure in src/shared/gatt-client.h follows this convention.

f0fee83 shared/gatt-client: Add const qualifier to prepare write value
src/shared/gatt-client.c | 2 +-
src/shared/gatt-client.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Upstream: git.kernel.org


  • Share