mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +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];
|
[delegate deviceDetected:self device:dev];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
[[inqView tableView] reloadData];
|
[[inqView tableView] reloadData];
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE:
|
case HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE:
|
||||||
bt_flip_addr(event_addr, &packet[3]);
|
bt_flip_addr(event_addr, &packet[3]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user