show contacts list on connect

This commit is contained in:
liamcottle 2025-02-11 23:30:54 +13:00
parent 865ca127ac
commit 995e740347
5 changed files with 227 additions and 72 deletions

View file

@ -66,6 +66,9 @@ class BleConnection extends Connection {
this.onFrameReceived(frame);
});
// fire connected event
this.onConnected();
}
async close() {