Home
last modified time | relevance | path

Searched refs:db_bytes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc261 std::vector<uint8_t> db_bytes; in bta_gattc_store_db() local
262 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()