Skip to content

Commit

Permalink
Remove duplicate definition in DeviceManager
Browse files Browse the repository at this point in the history
  • Loading branch information
samadDotDev committed Jun 17, 2024
1 parent f9841d7 commit bda62c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/fabric-bridge-app/linux/include/DeviceManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ class DeviceManager
*/
int RemoveDeviceEndpoint(Device * dev);

/**
* @brief Gets a device from its endpoint ID.
*
* This function iterates through the available devices and returns the device that matches the
* specified endpoint ID. If no device matches the endpoint ID, it returns nullptr.
*
* @param endpointId The endpoint ID of the device to be retrieved.
* @return Device* A pointer to the device if found, nullptr otherwise.
*/
Device * GetDevice(chip::EndpointId endpointId) const;
/**
* @brief Gets a device from its endpoint ID.
*
Expand Down

0 comments on commit bda62c9

Please sign in to comment.