gschrader / ubersicht-bluetooth-battery-bar

A Bluetooth battery bar widget for Übersicht.
MIT License
10 stars 0 forks source link

Beats by Dre Solo 2 not displayed as a Bluetooth device #5

Open peterrobie opened 5 years ago

peterrobie commented 5 years ago

Hello.

MacOS: 10.14.2

I have two devices connected to bluetooth. The below command shows one device; however, I have my Beats Solo 2 headset connected and this is not showing in the devices.

_systemprofiler SPBluetoothDataType | grep -E "Battery|Services" Services: Hands-Free unit Services: Apple Magic Mouse Battery Level: 99% Services: Services: Services: Services: Services: Services: Services: Services:

When I look at the _systemprofiler SPBluetoothDataType I see the bluetooth headset in the list.

  Devices (Paired, Configured, etc.):
      Pete - Solo 2:
          Address: xxx-xxxx-xxxxx-xxxx-xx [**removed**]
          Major Type: Audio
          Minor Type: Headphones
          Services: Hands-Free unit
          Paired: Yes
          Configured: Yes
          Connected: Yes
          Manufacturer: Cambridge Silicon Radio (0x6, 0x2A08)
          Firmware Version: 0x0100
          Vendor ID: 0x290B
          Product ID: 0x0600
          Class of Device: 0x04 0x06 0x240418
          RSSI: -46
          Role: Master
          Connection Mode: Active Mode
          Interval: 0 ms
          EDR Supported: Yes
          eSCO Supported: Yes
          SSP Supported: Yes

I did some research and I'm finding that people are suggesting to use the ioreg command instead of system_preferences. Also, I have a couple messages out to see if anyone else is aware of a solution. I'll update this if I find anything.

gschrader commented 5 years ago

I originally was using ioreg and I found it reported different numbers so switched it in this https://github.com/gschrader/ubersicht-bluetooth-battery-bar/commit/aee5c33c43a87141d68c6a4086c2b60923c1c149 commit.

I don't own any Beats so I'm sorry you're going to be on your own here.

peterrobie commented 5 years ago

No worries. If you want to leave this open then I'll add to it when I get more information to help you out.