Searched defs:RequestInformation (Results 1 – 2 of 2) sorted by relevance
43 struct RequestInformation { struct44 uint8_t type_;45 bluetooth::GattDevice device_;46 union {49 } context_;51 …RequestInformation(uint8_t type, const bluetooth::GattDevice &device, GattCharacteristic *characte… in RequestInformation() argument57 RequestInformation(uint8_t type, const bluetooth::GattDevice &device, GattDescriptor *decriptor) in RequestInformation() argument63 …RequestInformation(uint8_t type, const bluetooth::GattDevice &device) : type_(type), device_(devic… in RequestInformation() argument66 bool operator==(const RequestInformation &rhs) const in operator ==()71 bool operator<(const RequestInformation &rhs) const in operator <()
88 struct RequestInformation { struct89 bool doing_;90 uint8_t type_ = 0;91 std::mutex mutex_;92 RequestInformation() : doing_(false) in RequestInformation() argument