diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2011-11-07 11:09:13 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-11-14 20:50:58 +0200 |
commit | 2abb3498e8e6296c2564b410e226450a3419c54e (patch) | |
tree | ae39a874fcab0184b888b340dd624431bebec2ac /src/storage.h | |
parent | 13fc666eaa7ce57902405d4cc61c7b1ef58e90bf (diff) | |
download | bluez-2abb3498e8e6296c2564b410e226450a3419c54e.tar.gz bluez-2abb3498e8e6296c2564b410e226450a3419c54e.tar.xz bluez-2abb3498e8e6296c2564b410e226450a3419c54e.zip |
Add storage function to remove CCC of a device
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h index 1cb36379..51259f60 100644 --- a/src/storage.h +++ b/src/storage.h @@ -87,6 +87,7 @@ int read_device_ccc(bdaddr_t *local, bdaddr_t *peer, uint16_t handle, uint16_t *value); int write_device_ccc(bdaddr_t *local, bdaddr_t *peer, uint16_t handle, uint16_t value); +void delete_device_ccc(bdaddr_t *local, bdaddr_t *peer); #define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb" |