8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534f081 commit 3274602Copy full SHA for 3274602
libraries/BLE/src/BLEHIDDevice.cpp
@@ -194,6 +194,7 @@ BLECharacteristic* BLEHIDDevice::protocolMode() {
194
195
void BLEHIDDevice::setBatteryLevel(uint8_t level) {
196
m_batteryLevelCharacteristic->setValue(&level, 1);
197
+ m_batteryLevelCharacteristic->notify();
198
}
199
/*
200
* @brief Returns battery level characteristic
0 commit comments