BA: Remove invalid service name

GattBroadcastService moved to BT app,
So, remove name from test app manifest.

CRs-Fixed: 2504232
Change-Id: Ie1eabede5fc3ed612354d9c2049767739db02c6f
diff --git a/BATestApp/AndroidManifest.xml b/BATestApp/AndroidManifest.xml
index aeb161a..3ca4c63 100644
--- a/BATestApp/AndroidManifest.xml
+++ b/BATestApp/AndroidManifest.xml
@@ -62,10 +62,6 @@
             android:configChanges="keyboardHidden|orientation|screenSize"
             android:screenOrientation="portrait"
             android:theme="@style/AppTheme" />
-
-        <service
-            android:name=".GattBroadcastService"
-            android:exported="true" />
     </application>
 
 </manifest>
diff --git a/BATestApp/src/org/codeaurora/bluetooth/batestapp/BroadcastAudioDeviceListActivity.java b/BATestApp/src/org/codeaurora/bluetooth/batestapp/BroadcastAudioDeviceListActivity.java
index e31deed..5509184 100644
--- a/BATestApp/src/org/codeaurora/bluetooth/batestapp/BroadcastAudioDeviceListActivity.java
+++ b/BATestApp/src/org/codeaurora/bluetooth/batestapp/BroadcastAudioDeviceListActivity.java
@@ -288,10 +288,7 @@
 
     private class GattBroadcastServiceClientHandler extends Handler {
         public static final int ASSOCIATE_BCA_RECEIVER = 3;
-        /**
-         * Create a GattBroadcastService proxy object for interacting with the local
-         * Bluetooth Service which handles the GattBroadcastService Profile
-         */
+
         private GattBroadcastServiceClientHandler(Looper looper) {
             super(looper);
         }
@@ -330,4 +327,4 @@
             Log.v(TAG, " close ");
         }
     }
-}
\ No newline at end of file
+}