summaryrefslogtreecommitdiff
path: root/android/hal-handsfree.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-06 14:55:07 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-06 14:24:35 +0100
commit0ac390e3bb971ac32030c804090f1d575f02c7e3 (patch)
tree02fb7389934d08f459b732521ce711bac6236d6b /android/hal-handsfree.c
parent86bad5d9865ef5459ba27d77851daeeea2d97c2a (diff)
downloadbluez-0ac390e3bb971ac32030c804090f1d575f02c7e3.tar.gz
android/handsfree: Fix cut and paste typo
Diffstat (limited to 'android/hal-handsfree.c')
-rw-r--r--android/hal-handsfree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/hal-handsfree.c b/android/hal-handsfree.c
index 2834c8051..8b644f319 100644
--- a/android/hal-handsfree.c
+++ b/android/hal-handsfree.c
@@ -466,8 +466,6 @@ static bt_status_t stop_voice_recognition_real(bt_bdaddr_t *bd_addr)
if (bd_addr)
memcpy(cmd.bdaddr, bd_addr, sizeof(cmd.bdaddr));
- memcpy(cmd.bdaddr, bd_addr, sizeof(cmd.bdaddr));
-
return hal_ipc_cmd(HAL_SERVICE_ID_HANDSFREE, HAL_OP_HANDSFREE_STOP_VR,
sizeof(cmd), &cmd, NULL, NULL, NULL);
}