Skip to content

Commit 1dfbf62

Browse files
committed
Remove another unused variable
1 parent 9aa695e commit 1dfbf62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utility/HCI.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ int HCIClass::readStoredLK(uint8_t BD_ADDR[], uint8_t read_all ){
553553
}
554554

555555
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};
557556
bool foundMatch = false;
558557
if(HCI._getIRKs!=0){
559558
uint8_t nIRKs = 0;

0 commit comments

Comments
 (0)