Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc111 static constexpr uint8_t CSIS_STORAGE_CURRENT_LAYOUT_MAGIC = 0x10; member in __anond4be34f90111::CsisClientImpl
113 sizeof(CSIS_STORAGE_CURRENT_LAYOUT_MAGIC) +
593 UINT8_TO_STREAM(ptr, CSIS_STORAGE_CURRENT_LAYOUT_MAGIC); in SerializeSets()
628 if (magic == CSIS_STORAGE_CURRENT_LAYOUT_MAGIC) { in DeserializeSets()