0

In my Nexus5 logcat output I get tons of the following messages. What does it mean? Can I stop it? My Bluetooth is off.

08-21 20:42:16.760 D/BluetoothAdapter( 1042): 225483142: getState() :  mService = null. Returning STATE_OFF
powder366
  • 4,351
  • 7
  • 47
  • 79

1 Answers1

2

That means that one of running applications or services asking for current Bluetooth state. To stop it you have to figure out which exactly service or application needs that and stop it.

bgplaya
  • 1,105
  • 15
  • 27