Add Bluetooth PBAP service.
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 5c558e2..8f76dc2 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -293,6 +293,12 @@
     disabled
     oneshot
 
+service pbap /system/bin/sdptool add --channel=19 PBAP
+    user bluetooth
+    group bluetooth net_bt_admin
+    disabled
+    oneshot
+
 service installd /system/bin/installd
     socket installd stream 600 system system