Provisioning with ADV using ble_mesh api
Posted: Thu Jul 04, 2019 2:16 pm
Hello, I'm currently working on a provisioner node using the esp-idf. For this I would like to use ADV provisioning messages instead of GATT, but using the example in esp-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/ I'n unable to do so. I got quite lost in the api. I found that the choice for the GATT bearer originated in the function btc_mesh_prov_cb_handler, but I'm unable to find where its input argument btc_msg_t *msg origninates from.
It would be nice if someone could help me on my way with the api or could explain me which parameters in the initialization of the mesh stack would accomplish using the ADV bearer. Thanks in advance,
It would be nice if someone could help me on my way with the api or could explain me which parameters in the initialization of the mesh stack would accomplish using the ADV bearer. Thanks in advance,