From 2abb3498e8e6296c2564b410e226450a3419c54e Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 7 Nov 2011 11:09:13 -0300 Subject: Add storage function to remove CCC of a device --- src/storage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage.h') 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" -- cgit v1.2.3