Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/test/a2dp/packets/
Davdtp.pdl136 cp_type : 16, // Little endian
Davdtp.py453 cp_type: int = field(kw_only=True, default=0) variable in ContentProtectionCapability
474 if self.cp_type > 65535:
478 self.cp_type &= 65535
479 _span.extend(int.to_bytes((self.cp_type << 0), length=2, byteorder="little"))