bluetooth: Remove const qualifier for device
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Mon, 22 Oct 2012 08:46:36 +0000 (10:46 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Mon, 22 Oct 2012 15:37:35 +0000 (18:37 +0300)
commit24c1892a1f59cb117eac8fb8b6718e95f96e3387
tree59eac5aca83300cec9883a1e04f99c5ce1a2ef89
parent3bb0b88bebb1c54280d5bfe02c64e5107b125fa5
bluetooth: Remove const qualifier for device

The internal API in bluetooth-util should not use the const qualifier
for operations involving a device object. After all, the structure
contains many pointers and thus the const qualifier provides no real
protection.
src/modules/bluetooth/bluetooth-util.c
src/modules/bluetooth/bluetooth-util.h
src/modules/bluetooth/module-bluetooth-device.c