@@ -182,10 +182,10 @@ int BLELocalDevice::begin()
182
182
// }
183
183
// Serial.println();
184
184
185
- // // save this
185
+ // // save this
186
186
// uint8_t zeros[16];
187
187
// for(int k=0; k<16; k++) zeros[15-k] = 0;
188
-
188
+
189
189
// // HCI.leAddResolvingAddress((*BADDR_Type)[i],(*BADDRs)[i],(*IRKs)[i], zeros);
190
190
191
191
// delete[] (*BADDRs)[i];
@@ -197,7 +197,7 @@ int BLELocalDevice::begin()
197
197
// delete BADDRs;
198
198
// delete[] (*IRKs);
199
199
// delete IRKs;
200
-
200
+
201
201
// memcheck = new uint8_t[1];
202
202
// Serial.print("nIRK location: 0x");
203
203
// Serial.println((int)memcheck,HEX);
@@ -310,7 +310,7 @@ bool BLELocalDevice::setManufacturerData(const uint16_t companyId, const uint8_t
310
310
311
311
bool BLELocalDevice::setLocalName (const char *localName)
312
312
{
313
- return _scanResponseData.setLocalName (localName);
313
+ return _scanResponseData.setLocalName (localName);
314
314
}
315
315
316
316
void BLELocalDevice::setAdvertisingData (BLEAdvertisingData& advertisingData)
@@ -355,7 +355,7 @@ int BLELocalDevice::advertise()
355
355
{
356
356
_advertisingData.updateData ();
357
357
_scanResponseData.updateData ();
358
- return GAP.advertise ( _advertisingData.data (), _advertisingData.dataLength (),
358
+ return GAP.advertise ( _advertisingData.data (), _advertisingData.dataLength (),
359
359
_scanResponseData.data (), _scanResponseData.dataLength ());
360
360
}
361
361
0 commit comments