HomeSort by relevance Sort by last modified time
    Searched defs:GattServer (Results 1 - 2 of 2) sorted by null

  /system/bt/service/
gatt_server.h 35 // A GattServer instance represents an application's handle to perform GATT
38 class GattServer : public BluetoothInstance,
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(const UUID& uuid, int server_id)
    [all...]
gatt_server.cpp 40 // GattServer implementation
43 GattServer::GattServer(const UUID& uuid, int server_id)
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::BeginServiceDeclaration
    [all...]

Completed in 7450 milliseconds