summaryrefslogtreecommitdiffstats
path: root/hci/include
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2014-06-24 17:02:30 -0700
committerSharvil Nanavati <sharvil@google.com>2014-06-29 04:12:53 +0000
commit75e8f4192e75ded418a7d228959c2ec99a13fa73 (patch)
tree08ff27d24318309b15f0318bfca95f306a565b1e /hci/include
parentc5856ba565d4d6952f465164a98807fb274b96e6 (diff)
downloadandroid_system_bt-75e8f4192e75ded418a7d228959c2ec99a13fa73.tar.gz
android_system_bt-75e8f4192e75ded418a7d228959c2ec99a13fa73.tar.bz2
android_system_bt-75e8f4192e75ded418a7d228959c2ec99a13fa73.zip
Eliminate unused argument to dealloc.
Change-Id: I9e54a9b9e8e250aa39e4fbfcbe934e7686d74cd4
Diffstat (limited to 'hci/include')
-rw-r--r--hci/include/bt_hci_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hci/include/bt_hci_lib.h b/hci/include/bt_hci_lib.h
index 468e51313..8186d5961 100644
--- a/hci/include/bt_hci_lib.h
+++ b/hci/include/bt_hci_lib.h
@@ -115,7 +115,7 @@ typedef void (*lpm_result_cb)(bt_hc_lpm_request_result_t result);
typedef char* (*alloc_mem_cb)(int size);
/* datapath buffer deallocation callback (callout) */
-typedef int (*dealloc_mem_cb)(TRANSAC transac, char *p_buf);
+typedef void (*dealloc_mem_cb)(TRANSAC transac);
/* transmit result callback */
typedef int (*tx_result_cb)(TRANSAC transac, char *p_buf, bt_hc_transmit_result_t result);