Searched refs:calculate_crc (Results 1 – 3 of 3) sorted by relevance
/btstack/test/sbc/ | ||
H A D | sbc_encoder.py | 114 frame.crc_check = calculate_crc(frame) |
H A D | sbc_decoder.py | 94 crc = calculate_crc(frame) |
H A D | sbc.py | 548 def calculate_crc(frame): function |