Searched refs:db_bytes (Results 1 – 1 of 1) sorted by relevance
261 std::vector<uint8_t> db_bytes; in bta_gattc_store_db() local262 db_bytes.reserve(num_attr * StoredAttribute::kSizeOnDisk); in bta_gattc_store_db()264 StoredAttribute::SerializeStoredAttribute(attribute, db_bytes); in bta_gattc_store_db()267 if (fwrite(db_bytes.data(), sizeof(uint8_t), db_bytes.size(), fd) != in bta_gattc_store_db()268 db_bytes.size()) { in bta_gattc_store_db()