nRF5 SDK for Mesh v5.0.0
Data Structures | Functions
Provisioning over Advertising Bearer (PB-ADV)

This module provides support for the provisioning over advertising (PB-ADV) provisioning bearer. More...

Data Structures

struct  nrf_mesh_prov_bearer_adv_t
 PB-ADV context structure. More...
 

Functions

prov_bearer_t * nrf_mesh_prov_bearer_adv_interface_get (nrf_mesh_prov_bearer_adv_t *p_bearer_adv)
 Gets the provisioning bearer interface for the PB-ADV bearer. More...
 

Detailed Description

This module provides support for the provisioning over advertising (PB-ADV) provisioning bearer.

PB-ADV is used for provisioning devices within radio range of the provisioner.

Function Documentation

◆ nrf_mesh_prov_bearer_adv_interface_get()

prov_bearer_t* nrf_mesh_prov_bearer_adv_interface_get ( nrf_mesh_prov_bearer_adv_t p_bearer_adv)

Gets the provisioning bearer interface for the PB-ADV bearer.

Note
This function is to be used in conjunction with nrf_mesh_prov_bearer_add().
Parameters
[in,out]p_bearer_advPointer to a PB-ADV bearer context structure.
Returns
A pointer to the bearer interface for the PB-ADV bearer.

Documentation feedback | Developer Zone | Subscribe | Updated