Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +1 −1 Original line number Diff line number Diff line Loading @@ -516,9 +516,9 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect } } setBluetoothPbapService(this); mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(LOAD_CONTACTS)); mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(START_LISTENER)); setBluetoothPbapService(this); return true; } Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +1 −1 Original line number Diff line number Diff line Loading @@ -516,9 +516,9 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect } } setBluetoothPbapService(this); mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(LOAD_CONTACTS)); mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(START_LISTENER)); setBluetoothPbapService(this); return true; } Loading