From 3e9d510274d6560e026c76dc3ecf415db0dd7e68 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 14 Nov 2005 12:18:09 +0000 Subject: Add initial fake HID support --- hidd/hidd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hidd/hidd.h') diff --git a/hidd/hidd.h b/hidd/hidd.h index c8103281..ca9712aa 100644 --- a/hidd/hidd.h +++ b/hidd/hidd.h @@ -26,3 +26,7 @@ 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); +int get_alternate_device_info(const bdaddr_t *src, const bdaddr_t *dst, uint16_t *uuid, uint8_t *channel); + +void epox_presenter(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel); +void headset_presenter(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel); -- cgit