Create a bridged device using a specific device type, index and endpoint ID.
- Parameters
-
| deviceType | the Matter device type of a bridged device to be created |
| btAddress | the Bluetooth LE address of a device to be bridged with created Matter device |
| uniqueID | UniqueID of a Matter device to be created |
| nodeLabel | node label of a Matter device to be created |
| index | index that will be assigned to the created device |
| endpointId | endpoint id that will be assigned to the created device |
- Returns
- CHIP_NO_ERROR on success
-
other error code on failure