Searched refs:app_identifier_ (Results 1 - 10 of 10) sorted by relevance

/system/bt/service/
H A Dgatt_client.h49 UUID app_identifier_; member in class:bluetooth::GattClient
H A Dgatt_client.cc30 : app_identifier_(uuid), client_id_(client_id) {}
41 const UUID& GattClient::GetAppIdentifier() const { return app_identifier_; }
H A Dlow_energy_scanner.cc71 app_identifier_(uuid),
135 return app_identifier_;
H A Dlow_energy_advertiser.h98 UUID app_identifier_; member in class:bluetooth::LowEnergyAdvertiser
H A Dlow_energy_scanner.h106 UUID app_identifier_; member in class:bluetooth::LowEnergyScanner
H A Dlow_energy_client.h122 UUID app_identifier_; member in class:bluetooth::LowEnergyClient
H A Dlow_energy_advertiser.cc124 : app_identifier_(uuid),
230 return app_identifier_;
H A Dlow_energy_client.cc37 app_identifier_(uuid),
130 return app_identifier_;
H A Dgatt_server.h240 UUID app_identifier_; member in class:bluetooth::GattServer
H A Dgatt_server.cc31 : app_identifier_(uuid), server_id_(server_id), delegate_(nullptr) {}
53 const UUID& GattServer::GetAppIdentifier() const { return app_identifier_; }

Completed in 83 milliseconds