send OOB for mesh

ShahinHaque
Posts: 17
Joined: Mon Oct 31, 2022 12:10 pm

send OOB for mesh

Postby ShahinHaque » 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 -

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?

ShahinHaque
Posts: 17
Joined: Mon Oct 31, 2022 12:10 pm

Re: send OOB for mesh

Postby ShahinHaque » Wed Nov 08, 2023 3:20 pm

Solved via bt_mesh_provisioner_set_oob_input_data

Who is online

Users browsing this forum: YaCy [Bot] and 98 guests