Searched refs:MAX_TRANSACTION_LABEL (Results 1 – 2 of 2) sorted by relevance
263 uint8_t label = MAX_TRANSACTION_LABEL; in RegisterVolumeChanged()264 for (uint8_t i = 0; i < MAX_TRANSACTION_LABEL; i++) { in RegisterVolumeChanged()272 if (label == MAX_TRANSACTION_LABEL) { in RegisterVolumeChanged()329 uint8_t label = MAX_TRANSACTION_LABEL; in SetVolume()330 for (uint8_t i = 0; i < MAX_TRANSACTION_LABEL; i++) { in SetVolume()
28 constexpr uint8_t MAX_TRANSACTION_LABEL = 0xF; variable