Skip to content

Commit

Permalink
chore: add StopServiceAdvertisement stub for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
John Brandt committed Jul 30, 2024
1 parent 40dfdeb commit 3d41e77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gatts_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ func (c *bluezChar) WriteValue(value []byte, options map[string]dbus.Variant) *d
return nil
}

func (a *Adapter) StopServiceAdvertisement() error {
// TODO: implement on linux

return nil
}

// AddService creates a new service with the characteristics listed in the
// Service struct.
func (a *Adapter) AddService(s *Service) error {
Expand Down

0 comments on commit 3d41e77

Please sign in to comment.