Skip to content

Commit

Permalink
- re-add accidentally deleted BLEHIDPeripheral::setReportIdOffset method
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Jul 6, 2015
1 parent e3fa775 commit bd2bcaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BLEHIDPeripheral.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ void BLEHIDPeripheral::clearBondStoreData() {
this->_bleBondStore.clearData();
}

void BLEHIDPeripheral::setReportIdOffset(unsigned char reportIdOffset) {
this->_reportIdOffset = reportIdOffset;
}

void BLEHIDPeripheral::poll() {
BLEPeripheral::poll();
}
Expand Down

0 comments on commit bd2bcaa

Please sign in to comment.