Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h90 class GattServiceDevice {
100 GattServiceDevice(const RawAddress& addr, bool connecting_actively = false)
103 GattServiceDevice() : GattServiceDevice(RawAddress::kEmpty) {} in GattServiceDevice() function
113 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 …]
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h90 class GattServiceDevice {
102 GattServiceDevice(const RawAddress& addr, bool first_connection) in GattServiceDevice() function
105 GattServiceDevice() : GattServiceDevice(RawAddress::kEmpty, false) {} in GattServiceDevice() function
115 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()