summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_hf.c
diff options
context:
space:
mode:
authorAndre Eisenbach <andre@broadcom.com>2012-05-16 14:55:03 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:20 -0700
commit193262bd8e44e392a4bf2f3ac0705e6d3e101ee1 (patch)
tree9111eebbf2e7b47959caedfe4ba1bcc65c6a7b5d /btif/src/btif_hf.c
parent5ef33f85f610320fc95687f5e2f532101cfabfa4 (diff)
downloadexternal_bluetooth_bluedroid-193262bd8e44e392a4bf2f3ac0705e6d3e101ee1.zip
external_bluetooth_bluedroid-193262bd8e44e392a4bf2f3ac0705e6d3e101ee1.tar.gz
external_bluetooth_bluedroid-193262bd8e44e392a4bf2f3ac0705e6d3e101ee1.tar.bz2
Cleaned-up HF/AV profile serialization code
Change-Id: I064e750d7a446aa1785324df3df1b6b9fc80848e
Diffstat (limited to 'btif/src/btif_hf.c')
-rwxr-xr-xbtif/src/btif_hf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/btif/src/btif_hf.c b/btif/src/btif_hf.c
index f413c42..2db01fd 100755
--- a/btif/src/btif_hf.c
+++ b/btif/src/btif_hf.c
@@ -495,8 +495,6 @@ static bt_status_t init( bthf_callbacks_t* callbacks )
*******************************************************************************/
static bt_status_t connect_int( bt_bdaddr_t *bd_addr )
{
- CHECK_BTHF_INIT();
-
if (!is_connected(bd_addr))
{
btif_hf_cb.state = BTHF_CONNECTION_STATE_CONNECTING;