diff --git a/adapter_ninafw.go b/adapter_ninafw.go index 9fc21c01..3c714a92 100644 --- a/adapter_ninafw.go +++ b/adapter_ninafw.go @@ -92,6 +92,15 @@ func (a *Adapter) Enable() error { return nil } +func (a *Adapter) SetRandomAddress(mac MAC) error { + if err := a.hci.sendCommandWithParams(ogfLECtrl<