Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecSbc.cpp75 constexpr A2dpBits::Range kBlockLength ( 8, 11 ); variable
99 kBlockLength4 = kBlockLength.first,
216 return GetBlockLengthValue(configuration.find_active_bit(kBlockLength)); in GetBlockLengthValue()
344 int block_length = config.find_active_bit(kBlockLength); in ParseConfiguration()