b-parasite-esp32/code/nrf-connect/samples
rbaron 7ac6d98b3b [ble] Make advertising non-connectable
I've been debugging a Shelly [bluetooth
proxy](https://www.home-assistant.io/integrations/shelly/#bluetooth-support)
feature, which didn't like b-parasite's advertising. It swallowed it before proxying it to HA.

I compared to both ATC and the legacy b-parasite advertising
(pre-nrf-connect) and found it to be related to the
non-connectable/non-scannable settings. Until this PR, we were
mistankenly settings the advertising to scannable, although with no
scannable data. The Zephyr code that sets this parameter based on the
scannable data is [here](c0fcd35531/subsys/bluetooth/host/adv.c (L860)).

My bet is that some scanners like ESPHome are okay with this, but Shelly
is not. Either way, I believe this PR makes the advertisements more
compliant.
2023-04-16 12:28:23 +02:00
..
ble [ble] Make advertising non-connectable 2023-04-16 12:28:23 +02:00
blinky <zephyr/zephyr.h> -> <zephyr/kernel.h> everywhere 2022-12-04 10:16:00 +01:00
input Remove debug info 2023-03-29 21:46:41 +02:00
soil_read_loop Cleanups 2023-03-29 21:42:41 +02:00
zigbee Added callback for handling identify button action as declared in identify cluster. 2023-03-27 12:20:03 +02:00