We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa695e commit 1dfbf62Copy full SHA for 1dfbf62
1 file changed
src/utility/HCI.cpp
@@ -553,7 +553,6 @@ int HCIClass::readStoredLK(uint8_t BD_ADDR[], uint8_t read_all ){
553
}
554
555
int HCIClass::tryResolveAddress(uint8_t* BDAddr, uint8_t* address){
556
- uint8_t iphone[16] = {0xA6, 0xD2, 0xD, 0xD3, 0x4F, 0x13, 0x42, 0x4F, 0xE1, 0xC1, 0xFD, 0x22, 0x2E, 0xC5, 0x6A, 0x2D};
557
bool foundMatch = false;
558
if(HCI._getIRKs!=0){
559
uint8_t nIRKs = 0;
0 commit comments