Sign in
vanadium
/
release.go.x.ref
/
c954292bdbbcd8185759bee699e3c1b5bb1a27e9
/
.
/
services
/
proximity
/
lib
/
scanner_other.go
blob: 68643c17fcbd002799a91c13e3352a5911b56231 [
file
] [
log
] [
blame
]
// +build !linux
package proximity
// NewBluetoothScanner returns a bluetooth Scanner instance.
func NewBluetoothScanner() (Scanner, error) {
return nil, fmt.Errorf("bluetooth scanner not yet supported")
}