toy / blueutil

CLI for bluetooth on OSX: power, discoverable state, list, inquire devices, connect, info, …
https://github.com/toy/blueutil
Other
1.01k stars 53 forks source link

Incorrect Recent Access Date #84

Closed dalegallosky closed 5 months ago

dalegallosky commented 8 months ago

Hello,

When attempting --paired I see all my devices but the recent access date all shows the current date/time. Using --info with the MAC address results in similar results. Terminal access is toggled on for both Developer Tools and Bluetooth, and I restarted Terminal.

MacOS 14.3.

Thank you!

1

toy commented 8 months ago

The value for recent access date is coming directly from framework, code just gets paired devices and prints the values. I can suggest trying to restart and check if possible on different machine.

dalegallosky commented 8 months ago

Thanks - confirmed issue occurs on three different machines - two Apple silicon; one Intel.

toy commented 8 months ago

I've checked on available machines and seems it got broken in the framework between Catalina and Monterey. Looks like only submitting a bug to Apple can help with this.

toy commented 5 months ago

While checking for #89 I thought that it is probably not a bug, but either privacy feature or just functionality that was silently removed, so I'll document it