Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.h111 struct StorageBlob { struct
112 uint16_t handle_;
113 Uuid type_;
115 union {
145 int WriteStorageBlobToFile(const GattDevice& address, std::vector<StorageBlob> &blob) const; argument