Searched defs:GattServiceDevice (Results 1 – 2 of 2) sorted by relevance
98 GattServiceDevice(const RawAddress& addr, bool /*first_connection*/) : addr(addr) {} in GattServiceDevice() function100 GattServiceDevice() : GattServiceDevice(RawAddress::kEmpty, false) {} in GattServiceDevice() function
97 GattServiceDevice() : GattServiceDevice(RawAddress::kEmpty) {} in GattServiceDevice() function