Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc349 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()
/system/bt/include/hardware/avrcp/
Davrcp_common.h28 constexpr uint8_t MAX_TRANSACTION_LABEL = 0xF; variable