Improve navigation API

This commit is contained in:
2022-11-06 20:08:13 -08:00
parent 8e5bbafba8
commit 31f4c51a61
2 changed files with 30 additions and 44 deletions

View File

@@ -136,6 +136,7 @@ func Connect(ctx context.Context, opts *Options) (*Device, error) {
// Create new device
out := &Device{device: btDev}
out.Navigation = NavigationService{dev: out}
// Resolve characteristics
err = out.resolveChars()