[Solved] Disable bluetooth when using dongle

When using the dongle, is it somehow possible to disable the Bluetooth advertisement?

I guess it is an unneeded burden on the battery (though not sure whether it’s substantial), but more importantly, I don’t really want to see my UHK pop up in Bluetooth menus of all devices nearby.

Put set bluetooth.alwaysAdvertiseHid false macro command into a macro named $onInit.

I think it should do exactly what you are after ;-).

2 Likes

Wouldn’t that enable BT advertising? I read that the OP wanted to disable it. Thus, set to false…?

1 Like

Indeed, false.

Sweet, that did the trick indeed! Thanks! :folded_hands: