Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: f0106d92a1e04950a1ddd28fbcdb480cbd050d43 https://github.com/bluez/bluez/commit/f0106d92a1e04950a1ddd28fbcdb480cbd050d43 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-05-06 (Fri, 06 May 2022) Changed paths: M src/advertising.c Log Message: ----------- advertising: Treat empty LocalName the same as omitting it This treats empty LocalName ("") the same as omitting it so not name is set in the advertising data since some D-Bus binding seems to have problems to omit properties at runtime. Fixes: https://github.com/bluez/bluez/issues/337