diff options
author | Hemant Gupta <hemantg@codeaurora.org> | 2013-10-24 15:37:17 +0530 |
---|---|---|
committer | Mike Lockwood <lockwood@google.com> | 2014-06-12 16:16:41 -0700 |
commit | f7dd9f5779680da37dc89e5df2b26d436487818c (patch) | |
tree | e3ed4188186f3c86ed2d5be9428c97c53241b07e /btif/src/btif_profile_queue.c | |
parent | 41d4a266ceca77bb09ab1bf5c04c30d15f3ded3a (diff) | |
download | android_system_bt-f7dd9f5779680da37dc89e5df2b26d436487818c.tar.gz android_system_bt-f7dd9f5779680da37dc89e5df2b26d436487818c.tar.bz2 android_system_bt-f7dd9f5779680da37dc89e5df2b26d436487818c.zip |
Add A2DP Sink Support
Change-Id: I9affefdd2d00597545e49c593ef3bddb110d4c9c
Diffstat (limited to 'btif/src/btif_profile_queue.c')
-rw-r--r-- | btif/src/btif_profile_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_profile_queue.c b/btif/src/btif_profile_queue.c index b9bbe1708..12cec2e00 100644 --- a/btif/src/btif_profile_queue.c +++ b/btif/src/btif_profile_queue.c @@ -89,7 +89,7 @@ static bt_status_t queue_int_connect_next() { return BT_STATUS_SUCCESS; p_head->busy = true; - return p_head->connect_cb(&p_head->bda); + return p_head->connect_cb(&p_head->bda, p_head->uuid); } static void queue_int_handle_evt(UINT16 event, char *p_param) { |