summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bluedroid/bluetooth.c6
1 files changed, 3 insertions, 3 deletions
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 @@ static inline int create_hci_sock() {
}
int bt_enable() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int ret = -1;
int hci_sock = -1;
@@ -199,7 +199,7 @@ out:
}
int bt_disable() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int ret = -1;
int hci_sock = -1;
@@ -232,7 +232,7 @@ out:
}
int bt_is_enabled() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int hci_sock = -1;
int ret = -1;