Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
H A Dserver2.h223 struct LocalServiceInfo { struct
225 ServiceHandle handle;
228 bool primary;
232 Uuid type;
235 span<const Characteristic2> characteristics;
260 const LocalServiceInfo& info, LocalServiceDelegate2& delegate) = 0; argument
H A Dserver.h32 struct LocalServiceInfo { struct
34 Handle handle;
37 bool primary;
41 Uuid type;
44 span<const Characteristic> characteristics;
47 span<const Handle> includes;