nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ AddBridgedDevices() [1/2]

CHIP_ERROR Nrf::BridgeManager::AddBridgedDevices ( MatterBridgedDevice * devices[],
BridgedDeviceDataProvider * dataProvider,
uint8_t deviceListSize,
uint8_t devicesPairIndexes[] )

Add devices which are supposed to be bridged to the Bridge Manager.

Parameters
devicesMatter devices to be bridged (the maximum size of this array may depend on the application and can be memory constrained)
dataProviderdata provider which is going to be bridged with Matter devices
deviceListSizenumber of Matter devices which are going to be bridged with data provider
devicesPairIndexesarray of the indexes that will be filled with pairs' indexes assigned by the bridge
Returns
CHIP_NO_ERROR on success
other error code on failure