Home
last modified time | relevance | path

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

/btstack/tool/
H A Dcompile_gatt.py420 def database_hash_append_uint8(value): function
426 database_hash_append_uint8(value & 0xff)
427 database_hash_append_uint8((value >> 8) & 0xff)
432 database_hash_append_uint8(byte)
573 database_hash_append_uint8(characteristic_properties)