Home
last modified time | relevance | path

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

/btstack/tool/
H A Dcompile_gatt.py1099 db_hash_sequence = [('0x%02x' % ord(i)) for i in db_hash] variable
1102 db_hash_sequence = [('0x%02x' % i) for i in db_hash] variable