summaryrefslogtreecommitdiff
path: root/android/hal-hidhost.c
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2013-11-13 11:25:25 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-11-13 11:27:46 +0200
commitab8a2ab554041a95f64369a5a9f0a74b38f1f4d6 (patch)
treee6443c56420ba5fb12bf4161318937ee7cd1e712 /android/hal-hidhost.c
parentd95bae6d86a38b9f5ed17e0a8a69ae0241006141 (diff)
downloadbluez-ab8a2ab554041a95f64369a5a9f0a74b38f1f4d6.tar.gz
android: Fix opcode parameter type from uint16_t to uint8_t
Diffstat (limited to 'android/hal-hidhost.c')
-rw-r--r--android/hal-hidhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-hidhost.c b/android/hal-hidhost.c
index 97a1aa0a6..2ce17a397 100644
--- a/android/hal-hidhost.c
+++ b/android/hal-hidhost.c
@@ -88,7 +88,7 @@ static void handle_virtual_unplug(void *buf)
}
/* will be called from notification thread context */
-void bt_notify_hidhost(uint16_t opcode, void *buf, uint16_t len)
+void bt_notify_hidhost(uint8_t opcode, void *buf, uint16_t len)
{
if (!interface_ready())
return;