SettingNotFoundException: com.android.bluetooth.gatt.GattService -


i've been getting error:

android.provider.settings$settingnotfoundexception: bt_svcst_com.android.bluetooth.gatt.gattservice     @ android.provider.settings$system.getintforuser(settings.java:1358)         @ android.provider.settings$system.getint(settings.java:1348)         @ com.broadcom.bt.service.profileconfig.isprofileconfiguredenabled(profileconfig.java:375)         @ com.android.bluetooth.btservice.adapterservice.setprofileservicestate(adapterservice.java:791)         @ com.android.bluetooth.btservice.adapterservice.processstart(adapterservice.java:557)         @ com.android.bluetooth.btservice.adapterstate$offstate.processmessage(adapterstate.java:159)         @ com.android.internal.util.statemachine$smhandler.processmsg(statemachine.java:966)         @ com.android.internal.util.statemachine$smhandler.handlemessage(statemachine.java:789)         @ android.os.handler.dispatchmessage(handler.java:102)         @ android.os.looper.loop(looper.java:157)         @ android.os.handlerthread.run(handlerthread.java:61) 

and have no idea it's coming from, since doesn't point of code in stack trace. looked @ settings page on android developers, , says

the settings provider contains global system-level device preferences.

since says "system-level" preferences, mean shouldn't have worry it? connections failing when try , connect device.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -