Searched refs:MAX_TRANSACTION_LABEL (Results 1 – 2 of 2) sorted by relevance
349 uint8_t label = MAX_TRANSACTION_LABEL; in RegisterVolumeChanged()350 for (uint8_t i = 0; i < MAX_TRANSACTION_LABEL; i++) { in RegisterVolumeChanged()358 if (label == MAX_TRANSACTION_LABEL) { in RegisterVolumeChanged()416 uint8_t label = MAX_TRANSACTION_LABEL; in SetVolume()417 for (uint8_t i = 0; i < MAX_TRANSACTION_LABEL; i++) { in SetVolume()
28 constexpr uint8_t MAX_TRANSACTION_LABEL = 0xF; variable