Searched defs:DescriptorHandle (Results 1 – 3 of 3) sorted by relevance
116 struct DescriptorHandle { struct117 DescriptorHandle(att::Handle handle) : value(handle) {} in DescriptorHandle() argument121 DescriptorHandle& operator=(const DescriptorHandle& other) = default; argument130 att::Handle value;
48 const std::map<DescriptorHandle, DescriptorData>& descriptors) { in CharacteristicToFidl()
55 const std::map<bt::gatt::DescriptorHandle, bt::gatt::DescriptorData>& in CharacteristicToFidl()