1. When I connect sampleLight on app,
-> "Bluetooth pairing request" message is appeared in android phone.
It is not appeared in v2.4.0.0 and before.
-> How to disable this message ?
2. When I disconnect sampleLight,
-> Android phone not search the sampleLight.
-> How to search it again ?
1. You can disable APP_SECURITY_ENABLE to disable this message.
2. In function ble_remote_terminate, advertising is disabled, you can modify bls_ll_setAdvEnable(0) to bls_ll_setAdvEnable(1)