Searched defs:GattServer (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/
H A Dgatt_server.h35 // A GattServer instance represents an application's handle to perform GATT
38 class GattServer : public BluetoothInstance, class in namespace:bluetooth
53 GattServer* gatt_server,
63 GattServer* gatt_server,
78 GattServer* gatt_server,
94 GattServer* gatt_server,
105 GattServer* gatt_server,
114 ~GattServer() override;
117 // GattServer instance.
247 GattServer(cons
[all...]
H A Dgatt_server.cpp40 // GattServer implementation
43 GattServer::GattServer(const UUID& uuid, int server_id) function in class:bluetooth::GattServer
49 GattServer::~GattServer() {
51 VLOG(1) << "GattServer unregistering: " << server_id_;
63 void GattServer::SetDelegate(Delegate* delegate) {
68 const UUID& GattServer::GetAppIdentifier() const {
72 int GattServer::GetInstanceId() const {
76 std::unique_ptr<GattIdentifier> GattServer
[all...]

Completed in 46 milliseconds