3

is there any way to display or check bluetooth battery level for a2dp non BLE devices such as my JBL earphones.

model JBL E25BT.

when connected to android is shows me the accurate battery levels.

how to get this on ubuntu 19.10 as well. or is this planned in future updates?

  • With upower --enumerate you could list all batteries in your computer. With path and -i switch you can see status of the battery. – Pasi Suominen Nov 04 '19 at 06:29
  • 1
    upower --enumerate just lists the line power and laptop battery in my case. no bluetooth devices listed even when connected. – mysterio711 Nov 05 '19 at 00:24

1 Answers1

0

I have developed a GUI application to get the battery level of a bluetooth headset and I tested it with my JBL tune 500bt You can check it on: https://github.com/Coutj/Bluetooth_project.git

Coutj
  • 41