Home
last modified time | relevance | path

Searched refs:ForEachDevice (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/groups/
Dgroups.cc59 void ForEachDevice(std::function<void(const RawAddress&)> cb) const { in ForEachDevice() function in bluetooth::groups::DeviceGroup
257 g.ForEachDevice([&](auto& dev) { callbacks->OnGroupAdded(dev, group_uuid, group_id); }); in AddCallbacks()