diff options
Diffstat (limited to 'hci/src/bt_hw.c')
-rw-r--r-- | hci/src/bt_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hci/src/bt_hw.c b/hci/src/bt_hw.c index 1c4a20f..89afa51 100644 --- a/hci/src/bt_hw.c +++ b/hci/src/bt_hw.c @@ -244,7 +244,7 @@ void init_vnd_if(unsigned char *local_bdaddr) } else { - LOGE("!!! Failed to get BtVendorInterface !!!"); + ALOGE("!!! Failed to get BtVendorInterface !!!"); } } |