|
|
|
@ -837,7 +837,7 @@ public class MicroPhotoService extends Service {
|
|
|
|
|
new Runnable() {
|
|
|
|
|
public void run() {
|
|
|
|
|
// Log.d(TAG, "Bluetooth Low Energy device is connected!!");
|
|
|
|
|
Toast.makeText(getApplicationContext(), "Connected!", Toast.LENGTH_SHORT).show();
|
|
|
|
|
Toast.makeText(getApplicationContext(), "MP Connected!", Toast.LENGTH_SHORT).show();
|
|
|
|
|
mStateService = STATE_SERVICE.CONNECTED;
|
|
|
|
|
startForeground(NOTIFICATION_ID_FOREGROUND_SERVICE, prepareNotification());
|
|
|
|
|
}
|
|
|
|
|