summaryrefslogtreecommitdiffstats
path: root/btif/src/bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'btif/src/bluetooth.c')
-rw-r--r--btif/src/bluetooth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/btif/src/bluetooth.c b/btif/src/bluetooth.c
index 8e4ed0e..b6cbc39 100644
--- a/btif/src/bluetooth.c
+++ b/btif/src/bluetooth.c
@@ -131,7 +131,7 @@ static uint8_t interface_ready(void)
static int init(bt_callbacks_t* callbacks )
{
- LOGI("init");
+ ALOGI("init");
/* sanity check */
if (interface_ready() == TRUE)
@@ -150,7 +150,7 @@ static int init(bt_callbacks_t* callbacks )
static int enable( void )
{
- LOGI("enable");
+ ALOGI("enable");
/* sanity check */
if (interface_ready() == FALSE)
@@ -320,7 +320,7 @@ static int ssp_reply(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant,
static const void* get_profile_interface (const char *profile_id)
{
- LOGI("get_profile_interface %s", profile_id);
+ ALOGI("get_profile_interface %s", profile_id);
/* sanity check */
if (interface_ready() == FALSE)