From fc367513b16229cfb3643c5e130f22ab989ef517 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Thu, 29 Jul 2010 19:00:25 -0300 Subject: Add a way to store a device characteristics This allows for the characteristics of a device to be stored on permanent storage, so they can be restored later on. --- src/storage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/storage.h') diff --git a/src/storage.h b/src/storage.h index 93903a7c..37c6d54a 100644 --- a/src/storage.h +++ b/src/storage.h @@ -81,6 +81,8 @@ int write_blocked(const bdaddr_t *local, const bdaddr_t *remote, int write_device_services(const bdaddr_t *sba, const bdaddr_t *dba, const char *services); char *read_device_services(const bdaddr_t *sba, const bdaddr_t *dba); +int write_device_characteristics(const bdaddr_t *sba, const bdaddr_t *dba, + uint16_t handle, const char *chars); #define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb" -- cgit v1.2.3