summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_dm.c
diff options
context:
space:
mode:
authorKausik Sinnaswamy <kausik@broadcom.com>2012-04-16 16:46:32 +0530
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:17 -0700
commit7eac5bc41ced174c18783dc2da0c934be0b3a1b7 (patch)
tree6d3ca4fb187a9a02211394bd613da6ebd2f211e7 /btif/src/btif_dm.c
parent35207a7fe091c5ade3ac3a80acf8366beb6e21da (diff)
downloadexternal_bluetooth_bluedroid-7eac5bc41ced174c18783dc2da0c934be0b3a1b7.zip
external_bluetooth_bluedroid-7eac5bc41ced174c18783dc2da0c934be0b3a1b7.tar.gz
external_bluetooth_bluedroid-7eac5bc41ced174c18783dc2da0c934be0b3a1b7.tar.bz2
Media Task was not getting shutdown due to incorrect event and stale
state information. Resolved these. Change-Id: Ia003e53c2aeae5167c41d040be5665c6a78ea868
Diffstat (limited to 'btif/src/btif_dm.c')
-rw-r--r--btif/src/btif_dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_dm.c b/btif/src/btif_dm.c
index 86367ad..bd744ff 100644
--- a/btif/src/btif_dm.c
+++ b/btif/src/btif_dm.c
@@ -139,7 +139,7 @@ bt_status_t btif_in_execute_service_request(tBTA_SERVICE_ID service_id,
case BTA_HID_SERVICE_ID:
{
btif_hh_execute_service(b_enable);
- }
+ }break;
default:
BTIF_TRACE_ERROR1("%s: Unknown service being enabled", __FUNCTION__);