Modify apex_available to Bluetooth apex

Bluetooth apex name has changed from com.android.btservices to
com.android.bt. We now need to update the reference in the code.

Updating apex_available in bp and other reference from within the code

Bug: 383863941
Flag: Exempt build infra
Test: m .
Change-Id: I54292b2305af77e97cb8cbc79dc0de8d3c8ee362
diff --git a/Android.bp b/Android.bp
index 67d6868..a24a713 100644
--- a/Android.bp
+++ b/Android.bp
@@ -78,7 +78,7 @@
     },
     apex_available: [
         "//apex_available:platform",
-        "com.android.btservices",
+        "com.android.bt",
         "com.android.media",
         "com.android.media.swcodec",
     ],