Home
last modified time | relevance | path

Searched defs:rtp_sbc_payload (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Drtp.h44 struct rtp_sbc_payload { struct
45 uint8_t frame_count:4;
46 uint8_t rfa0:1;
70 struct rtp_sbc_payload { struct
71 uint8_t is_fragmented:1;
72 uint8_t is_first_fragment:1;
73 uint8_t is_last_fragment:1;
74 uint8_t rfa0:1;
75 uint8_t frame_count:4;