Searched refs:app_identifier_ (Results 1 – 18 of 18) sorted by relevance
30 : app_identifier_(uuid), client_id_(client_id) {} in GattClient()41 const Uuid& GattClient::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier()
49 Uuid app_identifier_; variable
31 A2dpSink::A2dpSink(const Uuid& uuid) : app_identifier_(uuid) { in A2dpSink()39 const Uuid& A2dpSink::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier()
72 app_identifier_(uuid), in LowEnergyScanner()136 return app_identifier_; in GetAppIdentifier()
98 Uuid app_identifier_; variable
81 const Uuid app_identifier_; variable
40 app_identifier_(uuid), in LowEnergyClient()133 return app_identifier_; in GetAppIdentifier()
35 : app_identifier_(uuid), control_id_(control_id) { in AvrcpControl()43 const Uuid& AvrcpControl::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier()
107 A2dpSource::A2dpSource(const Uuid& uuid) : app_identifier_(uuid) { in A2dpSource()115 const Uuid& A2dpSource::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier()
106 Uuid app_identifier_; variable
124 : app_identifier_(uuid), in LowEnergyAdvertiser()229 return app_identifier_; in GetAppIdentifier()
89 const Uuid app_identifier_; variable
100 const Uuid app_identifier_; variable
122 Uuid app_identifier_; variable
146 const Uuid app_identifier_; variable
100 AvrcpTarget::AvrcpTarget(const Uuid& uuid) : app_identifier_(uuid) { in AvrcpTarget()108 const Uuid& AvrcpTarget::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier()
240 Uuid app_identifier_; variable
33 : app_identifier_(uuid), server_id_(server_id), delegate_(nullptr) {} in GattServer()55 const Uuid& GattServer::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier()