summaryrefslogtreecommitdiffstats
path: root/hidd/hidd.h
diff options
context:
space:
mode:
Diffstat (limited to 'hidd/hidd.h')
-rw-r--r--hidd/hidd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hidd/hidd.h b/hidd/hidd.h
index cd0c102c..ab8a94ec 100644
--- a/hidd/hidd.h
+++ b/hidd/hidd.h
@@ -29,4 +29,5 @@
#define L2CAP_PSM_HIDP_CTRL 0x11
#define L2CAP_PSM_HIDP_INTR 0x13
-int get_hid_device_info(bdaddr_t *src, bdaddr_t *dst, struct hidp_connadd_req *req);
+int get_stored_device_info(const bdaddr_t *src, const bdaddr_t *dst, struct hidp_connadd_req *req);
+int get_sdp_device_info(const bdaddr_t *src, const bdaddr_t *dst, struct hidp_connadd_req *req);