TheWeirdDev / Bluetooth_Headset_Battery_Level

A python script to get battery level from Bluetooth headsets
GNU General Public License v3.0
760 stars 83 forks source link

support for Google Pixel Buds #81

Open jokeyrhyme opened 2 years ago

jokeyrhyme commented 2 years ago

Howdie, thanks for sharing this project <3

I'm interested in getting this working for the Google Pixel Buds (I have the 2nd generation): https://en.wikipedia.org/wiki/Pixel_Buds

I've tried the steps here, but the script either hangs or gets connection refused errors

Do you have any suggestions for how to go about experimenting and bringing up new devices?

Is it worth having a page on the GitHub Project Wiki with such suggestions/processes?

Cheers!

jokeyrhyme commented 2 years ago
$ bluetoothctl info
Device 00:RE:DA:CT:ED:00 (public)
        Name: Pixel Buds
        Alias: Pixel Buds
        Class: 0x00240404
        Icon: audio-headset
        Paired: yes
        Trusted: no
        Blocked: no
        Connected: yes
        LegacyPairing: no
        UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
        UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
        UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
        UUID: Handsfree                 (0000111e-0000-1000-8000-00805f9b34fb)
        UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
        UUID: Vendor specific           (3a046f6d-24d2-7655-6534-0d7ecb759709)
        UUID: Vendor specific           (81c2e72a-0591-443e-a1ff-05f988593351)
        UUID: Vendor specific           (df21fe2c-2515-4fdb-8886-f12c4d67927c)
        UUID: Vendor specific           (f8d1fbe4-7966-4334-8024-ff96c9330e15)
        Modalias: bluetooth:v02B0p0000d001F

(in case it helps)