OSDN Git Service

Fix typo in PBAP Server name SDP record
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>
Fri, 27 Jul 2012 18:43:56 +0000 (11:43 -0700)
committerMatthew Xie <mattx@google.com>
Tue, 7 Aug 2012 04:28:26 +0000 (21:28 -0700)
Change-Id: Iff48e815987178597d93069ae3874ca903882e37

src/com/android/bluetooth/pbap/BluetoothPbapService.java

index 21d0e52..4c918e0 100755 (executable)
@@ -340,7 +340,8 @@ public class BluetoothPbapService extends Service {
             try {
                 // It is mandatory for PSE to support initiation of bonding and
                 // encryption.
-                mServerSocket = mAdapter. listenUsingEncryptedRfcommWithServiceRecord("OBEX Phoneboox Access Server", BluetoothUuid.PBAP_PSE.getUuid());
+                mServerSocket = mAdapter.listenUsingEncryptedRfcommWithServiceRecord(
+                                "OBEX Phonebook Access Server", BluetoothUuid.PBAP_PSE.getUuid());
 
             } catch (IOException e) {
                 Log.e(TAG, "Error create RfcommServerSocket " + e.toString());