Reconcile with ics-mr1-release
Change-Id: Ic5558be740f41bea77be44b65f3da9dc490d9948
diff --git a/bluedroid/bluetooth.c b/bluedroid/bluetooth.c
index 252bdc4..680b746 100644
--- a/bluedroid/bluetooth.c
+++ b/bluedroid/bluetooth.c
@@ -146,7 +146,7 @@
}
int bt_enable() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int ret = -1;
int hci_sock = -1;
@@ -199,7 +199,7 @@
}
int bt_disable() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int ret = -1;
int hci_sock = -1;
@@ -232,7 +232,7 @@
}
int bt_is_enabled() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int hci_sock = -1;
int ret = -1;