Loading android/app/src/com/android/bluetooth/map/BluetoothMapService.java +2 −0 Original line number Diff line number Diff line Loading @@ -460,6 +460,8 @@ public class BluetoothMapService extends ProfileService { switch (mState) { case BluetoothMap.STATE_CONNECTED: sendShutdownMessage(); /* Disconnect all connections and restart all MAS instances */ stopObexServerSessions(-1); result = true; break; default: Loading Loading
android/app/src/com/android/bluetooth/map/BluetoothMapService.java +2 −0 Original line number Diff line number Diff line Loading @@ -460,6 +460,8 @@ public class BluetoothMapService extends ProfileService { switch (mState) { case BluetoothMap.STATE_CONNECTED: sendShutdownMessage(); /* Disconnect all connections and restart all MAS instances */ stopObexServerSessions(-1); result = true; break; default: Loading