Hi,
I am working on developing a consumer product. I need to provide some security to product in the sense that not everyone can connect to the BLE of the product. For example, having a BLE lamp, you won’t want your neighbor to connect to the lamp and dim it.
I think whitelisting could be a possible way and I have searched on different topics on whitelisting but I couldn’t find something related to my use case.
Is it possible to have whitelisting of a device (e.g android phone) based on the RSSI? Or is there any other way I can implement the desired security on the consumer product?
I appreciate any guide on this.