Home
last modified time | relevance | path

Searched defs:ServiceDeclaration (Results 1 – 1 of 1) sorted by relevance

/system/bt/service/
Dgatt_server.h212 struct ServiceDeclaration { struct
213 ServiceDeclaration() : num_handles(0), service_handle(-1) {} in ServiceDeclaration() argument
215 size_t num_handles;
216 GattIdentifier service_id;
217 int service_handle;
218 std::deque<AttributeEntry> attributes;