Search found 2 matches
- Thu Sep 19, 2019 11:47 am
- Forum: ESP-IDF
- Topic: BLE Mesh provisioner switch static OOB
- Replies: 2
- Views: 3927
Re: BLE Mesh provisioner switch static OOB
I know realize that is a question of timing, as i have gotten it to work with a single device. If device A requests provisioning and i the overwrite the OOB data, and then device B requests provisioning and i again overwrite the OOB data, and then i finally start provisioning device A, I'm of course...
- Wed Sep 18, 2019 9:46 am
- Forum: ESP-IDF
- Topic: BLE Mesh provisioner switch static OOB
- Replies: 2
- Views: 3927
BLE Mesh provisioner switch static OOB
Hi, i have a setup where i have an ESP32 acting as a BLE mesh provisioner for a number of nodes. All nodes use static OOB as authentication, but each have their own OOB data. I have tried simply using the provisioner example, and then overwriting the static oob data when in "recv_unprov_adv_pkt" usi...