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