Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +4 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,10 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect switch (msg.what) { case START_LISTENER: mServerSockets = ObexServerSockets.create(BluetoothPbapService.this); if (mServerSockets == null) { Log.w(TAG, "ObexServerSockets.create() returned null"); break; } createSdpRecord(); // fetch Pbap Params to check if significant change has happened to Database BluetoothPbapUtils.fetchPbapParams(mContext); Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +4 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,10 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect switch (msg.what) { case START_LISTENER: mServerSockets = ObexServerSockets.create(BluetoothPbapService.this); if (mServerSockets == null) { Log.w(TAG, "ObexServerSockets.create() returned null"); break; } createSdpRecord(); // fetch Pbap Params to check if significant change has happened to Database BluetoothPbapUtils.fetchPbapParams(mContext); Loading