Skip to content

Commit 802ad32

Browse files
andreagilardonipennam
authored andcommitted
codestyle unification
1 parent 23acde3 commit 802ad32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/local/BLELocalDevice.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ int BLELocalDevice::begin()
190190
// }
191191
// Serial.println();
192192

193-
// // save this
193+
// // save this
194194
// uint8_t zeros[16];
195195
// for(int k=0; k<16; k++) zeros[15-k] = 0;
196-
196+
197197
// // HCI.leAddResolvingAddress((*BADDR_Type)[i],(*BADDRs)[i],(*IRKs)[i], zeros);
198198

199199
// delete[] (*BADDRs)[i];
@@ -205,7 +205,7 @@ int BLELocalDevice::begin()
205205
// delete BADDRs;
206206
// delete[] (*IRKs);
207207
// delete IRKs;
208-
208+
209209
// memcheck = new uint8_t[1];
210210
// Serial.print("nIRK location: 0x");
211211
// Serial.println((int)memcheck,HEX);
@@ -318,7 +318,7 @@ bool BLELocalDevice::setManufacturerData(const uint16_t companyId, const uint8_t
318318

319319
bool BLELocalDevice::setLocalName(const char *localName)
320320
{
321-
return _scanResponseData.setLocalName(localName);
321+
return _scanResponseData.setLocalName(localName);
322322
}
323323

324324
void BLELocalDevice::setAdvertisingData(BLEAdvertisingData& advertisingData)
@@ -363,7 +363,7 @@ int BLELocalDevice::advertise()
363363
{
364364
_advertisingData.updateData();
365365
_scanResponseData.updateData();
366-
return GAP.advertise( _advertisingData.data(), _advertisingData.dataLength(),
366+
return GAP.advertise( _advertisingData.data(), _advertisingData.dataLength(),
367367
_scanResponseData.data(), _scanResponseData.dataLength());
368368
}
369369

0 commit comments

Comments
 (0)