Skip to content

Commit 0884a6a

Browse files
andreagilardonifabik111
authored andcommitted
codestyle unification
1 parent 2beed7b commit 0884a6a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/local/BLELocalDevice.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ int BLELocalDevice::begin()
187187
// }
188188
// Serial.println();
189189

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

196196
// delete[] (*BADDRs)[i];
@@ -202,7 +202,7 @@ int BLELocalDevice::begin()
202202
// delete BADDRs;
203203
// delete[] (*IRKs);
204204
// delete IRKs;
205-
205+
206206
// memcheck = new uint8_t[1];
207207
// Serial.print("nIRK location: 0x");
208208
// Serial.println((int)memcheck,HEX);
@@ -315,7 +315,7 @@ bool BLELocalDevice::setManufacturerData(const uint16_t companyId, const uint8_t
315315

316316
bool BLELocalDevice::setLocalName(const char *localName)
317317
{
318-
return _scanResponseData.setLocalName(localName);
318+
return _scanResponseData.setLocalName(localName);
319319
}
320320

321321
void BLELocalDevice::setAdvertisingData(BLEAdvertisingData& advertisingData)
@@ -360,7 +360,7 @@ int BLELocalDevice::advertise()
360360
{
361361
_advertisingData.updateData();
362362
_scanResponseData.updateData();
363-
return GAP.advertise( _advertisingData.data(), _advertisingData.dataLength(),
363+
return GAP.advertise( _advertisingData.data(), _advertisingData.dataLength(),
364364
_scanResponseData.data(), _scanResponseData.dataLength());
365365
}
366366

0 commit comments

Comments
 (0)