send OOB for mesh
Posted: Wed Nov 08, 2023 2:27 pm
Hello,
I have been working on ble mesh between nRF and esp. my nRF requests an OOB integer. ESP receives this information in the call-back -
However, I am unsure how to send the value
How would I go about doing this?
I have been working on ble mesh between nRF and esp. my nRF requests an OOB integer. ESP receives this information in the call-back -
Code: Select all
void prov_callback(esp_ble_mesh_prov_cb_event_t event,
esp_ble_mesh_prov_cb_param_t *param)
{
switch (event)
{
case ESP_BLE_MESH_PROVISIONER_PROV_INPUT_EVT:
{
How would I go about doing this?