Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 7ef40617a049f083b3b5d318bcecbc60c4673c13 https://github.com/bluez/bluez/commit/7ef40617a049f083b3b5d318bcecbc60c4673c13 Author: Jonas Dreßler <verdre@xxxxxxx> Date: 2023-11-13 (Mon, 13 Nov 2023) Changed paths: M client/main.c Log Message: ----------- client: Invalidate scan filter on "scan" command The "scan bredr" and "scan le" commands are broken right now because the transport filter gets set, but not actually invalidated. Invalidate the filter with `filter.set = false` so that it actually gets updated when set_discovery_filter() is called afterwards.