Page 1 of 1

send OOB for mesh

Posted: Wed Nov 08, 2023 2:27 pm
by ShahinHaque
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 -

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:
         
          {
However, I am unsure how to send the value

How would I go about doing this?

Re: send OOB for mesh

Posted: Wed Nov 08, 2023 3:20 pm
by ShahinHaque
Solved via bt_mesh_provisioner_set_oob_input_data