summaryrefslogtreecommitdiffstats
path: root/bta
diff options
context:
space:
mode:
authorPriti Aghera <paghera@broadcom.com>2012-04-19 15:34:17 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:18 -0700
commit699e4626908b9395cea00a59903d63b3cb91ac17 (patch)
treeead37dd77b80fd8baf094d9e3268158f274383db /bta
parentdba4eb4bc69eeb8ac8e2aeff06bf1d281dc4698f (diff)
downloadexternal_bluetooth_bluedroid-699e4626908b9395cea00a59903d63b3cb91ac17.zip
external_bluetooth_bluedroid-699e4626908b9395cea00a59903d63b3cb91ac17.tar.gz
external_bluetooth_bluedroid-699e4626908b9395cea00a59903d63b3cb91ac17.tar.bz2
Support for Microsoft mouse
Change-Id: I7258dc95a33c97d156c3afbb96aa34a13f21e703
Diffstat (limited to 'bta')
-rw-r--r--bta/include/bta_hh_api.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/bta/include/bta_hh_api.h b/bta/include/bta_hh_api.h
index 41af74c..dd9a528 100644
--- a/bta/include/bta_hh_api.h
+++ b/bta/include/bta_hh_api.h
@@ -376,6 +376,29 @@ BTA_API extern void BTA_HhSendCtrl(UINT8 dev_handle,
/*******************************************************************************
**
+** Function BTA_HhSetIdle
+**
+** Description send SET_IDLE to device.
+**
+** Returns void
+**
+*******************************************************************************/
+BTA_API extern void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate);
+
+
+/*******************************************************************************
+**
+** Function BTA_HhGetIdle
+**
+** Description Send a GET_IDLE from HID device.
+**
+** Returns void
+**
+*******************************************************************************/
+BTA_API extern void BTA_HhGetIdle(UINT8 dev_handle);
+
+/*******************************************************************************
+**
** Function BTA_HhSendData
**
** Description Send DATA transaction to a HID device.