Searched defs:StorageBlob (Results 1 – 1 of 1) sorted by relevance
111 struct StorageBlob { struct112 uint16_t handle_;113 Uuid type_;115 union {145 int WriteStorageBlobToFile(const GattDevice& address, std::vector<StorageBlob> &blob) const; argument