TirelessDev

Results 15 comments of TirelessDev

Hey guys, apologies for neglecting this. I moved into a different role and didn't have time to continue working on it / totally forgot. My bad :). Though it does...

@marcelinomalmeidan Not a prob; it should be up to date with master now and have those default names reverted. Adding the extra `/hdl_graph_slam` prefix to the topics was simply a...

Not a problem. Sorry for missing that final semicolon. There is always something, looks like you caught it in the merge though.

On each platform, the Enable function will return an error if the adapter can't be turned on correctly. On macos this occurs after a timeout if the "Powered" signal doesn't...

I can't speak for Windows, but on my M1 Macbook, if I start my application with Bluetooth turned off, calling `Enable` will fail after the 10-second timeout with the error...

In our case, we are building persistent Bluetooth gateway software that runs on MacOS and Linux to interface with our devices remotely. Think Bluetooth shell, SMP configuration, and OTA. This...

> Right. I assume these are pre-M1 laptops that fully shut down Bluetooth when suspended? I'm not sure about the newer ones but I think they keep Bluetooth alive when...

I have added some simple queries to get the adapter state on macOS and Linux.

Can confirm, I have had this pop up when playing around with Bluez configs. In my case, I was compiling 5.69 for a Raspberry Pi 4 and playing with the...

This is a problem on macOS and presumably Windows as well. Not so much the boot-up race condition, but the ability to check the adaptor status at run time which...