summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpramod kotreshappa <kpramod@codeaurora.org>2015-09-10 14:33:09 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:22:13 -0600
commit84f60eb3f2d7076c8f2d2ac099e5c38eb4753bbb (patch)
tree0a21fc957b6ccc0077d15e4d46699707eb08d579 /include
parentd7803ccf0dc5c4538dd9d735f5886627817313b2 (diff)
downloadandroid_system_bt-84f60eb3f2d7076c8f2d2ac099e5c38eb4753bbb.tar.gz
android_system_bt-84f60eb3f2d7076c8f2d2ac099e5c38eb4753bbb.tar.bz2
android_system_bt-84f60eb3f2d7076c8f2d2ac099e5c38eb4753bbb.zip
Bluetooth: Add parameter to indicate reason for ssr_cleanup
Add parameter to distinguish the reason for ssr_cleanup. Change-Id: If8dbc8bbeef430c7cea3d8c300285c9aef1222ec
Diffstat (limited to 'include')
-rw-r--r--include/bt_target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index effc7e598..ce0baaab1 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -1853,7 +1853,7 @@ The maximum number of payload octets that the local device can receive in a sing
#define BTSNOOP_MEM TRUE
#endif
-void bte_ssr_cleanup(void);
+void bte_ssr_cleanup(int reason);
#include "bt_trace.h"