adafruit / Adafruit_BluefruitLE_Firmware

Firmware images for Adafruit's Bluefruit LE Modules (Bluefruit LE Friend, etc.)
119 stars 37 forks source link

Incorrect UUID for Battery Level characteristic #28

Open darknao opened 5 years ago

darknao commented 5 years ago

According to this document : https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.battery_level.xml Battery level characteristic is assigned to UUID 0x2A19. The value set with the AT command AT+BLEBATTVAL use UUID 0x2A1B instead.

Since the latest windows 10 update (1809) display this characteristic, it would be nice if you could fix this.

hathach commented 5 years ago

@darknao ah yeah, you are right, we will fix it in the next release asap.

hathach commented 5 years ago

this should be fixed with beta firmware 0.8.1, please give it a try

darknao commented 5 years ago

image Seems good to me ! Thanks!