Improve navigation API
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user