Searched refs:GattServiceDevice (Results 1 – 2 of 2) sorted by relevance
90 class GattServiceDevice {100 GattServiceDevice(const RawAddress& addr, bool connecting_actively = false)103 GattServiceDevice() : GattServiceDevice(RawAddress::kEmpty) {} in GattServiceDevice() function113 bool operator()(const GattServiceDevice& other) const { in operator()124 bool operator()(const GattServiceDevice& other) const { in operator()145 class HasDevice : public GattServiceDevice {191 : GattServiceDevice(addr) { in HasDevice()201 using GattServiceDevice::GattServiceDevice;212 GattServiceDevice::service_handle = GAP_INVALID_HANDLE; in ClearSvcData()213 GattServiceDevice::gatt_svc_validation_steps = 0xFE; in ClearSvcData()[all …]
90 class GattServiceDevice {102 GattServiceDevice(const RawAddress& addr, bool first_connection) in GattServiceDevice() function105 GattServiceDevice() : GattServiceDevice(RawAddress::kEmpty, false) {} in GattServiceDevice() function115 bool operator()(const std::shared_ptr<GattServiceDevice>& other) const { in operator()126 bool operator()(const std::shared_ptr<GattServiceDevice>& other) const { in operator()215 class CsisDevice : public GattServiceDevice {217 using GattServiceDevice::GattServiceDevice;220 GattServiceDevice::service_handle = GAP_INVALID_HANDLE; in ClearSvcData()221 GattServiceDevice::is_gatt_service_valid = false; in ClearSvcData()