Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dgatt_defs.h116 struct DescriptorHandle { struct
117 DescriptorHandle(att::Handle handle) : value(handle) {} in DescriptorHandle() argument
121 DescriptorHandle& operator=(const DescriptorHandle& other) = default; argument
130 att::Handle value;
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_remote_service_server.cc48 const std::map<DescriptorHandle, DescriptorData>& descriptors) { in CharacteristicToFidl()
H A Dgatt2_remote_service_server.cc55 const std::map<bt::gatt::DescriptorHandle, bt::gatt::DescriptorData>& in CharacteristicToFidl()