Skip to content

Commit 7ff2838

Browse files
codestyle unification
1 parent 30e2cac commit 7ff2838

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
@@ -182,10 +182,10 @@ int BLELocalDevice::begin()
182182
// }
183183
// Serial.println();
184184

185-
// // save this
185+
// // save this
186186
// uint8_t zeros[16];
187187
// for(int k=0; k<16; k++) zeros[15-k] = 0;
188-
188+
189189
// // HCI.leAddResolvingAddress((*BADDR_Type)[i],(*BADDRs)[i],(*IRKs)[i], zeros);
190190

191191
// delete[] (*BADDRs)[i];
@@ -197,7 +197,7 @@ int BLELocalDevice::begin()
197197
// delete BADDRs;
198198
// delete[] (*IRKs);
199199
// delete IRKs;
200-
200+
201201
// memcheck = new uint8_t[1];
202202
// Serial.print("nIRK location: 0x");
203203
// Serial.println((int)memcheck,HEX);
@@ -310,7 +310,7 @@ bool BLELocalDevice::setManufacturerData(const uint16_t companyId, const uint8_t
310310

311311
bool BLELocalDevice::setLocalName(const char *localName)
312312
{
313-
return _scanResponseData.setLocalName(localName);
313+
return _scanResponseData.setLocalName(localName);
314314
}
315315

316316
void BLELocalDevice::setAdvertisingData(BLEAdvertisingData& advertisingData)
@@ -355,7 +355,7 @@ int BLELocalDevice::advertise()
355355
{
356356
_advertisingData.updateData();
357357
_scanResponseData.updateData();
358-
return GAP.advertise( _advertisingData.data(), _advertisingData.dataLength(),
358+
return GAP.advertise( _advertisingData.data(), _advertisingData.dataLength(),
359359
_scanResponseData.data(), _scanResponseData.dataLength());
360360
}
361361

0 commit comments

Comments
 (0)