Tool/software:
I am using basic_ble example. I want to change some configuration settings of TPMS BLE sensor, so i am thinking of keeping my TPMS sensor in peripheral mode and broadcast the tire pressure, temperature in manufacturers data in advertising packet but the central device needs to connect with my tpms sensor in order to change its configuration settings and write on char uuid 0xFFF1 of service 0xFFF0. so the connected device has to first enter the password in order to stay connected and make changes in config settings or else the connection will be terminated.