I tried to run the example given in the documentation on a Raspberry Pi W zero running Raspbian OS.
The code produces a PermissionDenied exception at
adapter = manager.down(&adapter).unwrap();
I have the raspberry's bluetooth interface turned On, with discoverable mode turned On and pairable mode turned On.
I tried to run the example given in the documentation on a Raspberry Pi W zero running Raspbian OS.
The code produces a PermissionDenied exception at
adapter = manager.down(&adapter).unwrap();I have the raspberry's bluetooth interface turned On, with discoverable mode turned On and pairable mode turned On.