mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +00:00
reload table only once after processing inq results
This commit is contained in:
parent
84836b654b
commit
fcb8f014b8
@ -162,9 +162,9 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
|
||||
[delegate deviceDetected:self device:dev];
|
||||
}
|
||||
}
|
||||
}
|
||||
[[inqView tableView] reloadData];
|
||||
break;
|
||||
}
|
||||
|
||||
case HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE:
|
||||
bt_flip_addr(event_addr, &packet[3]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user