Searched defs:avdtp_single_header (Results 1 – 1 of 1) sorted by relevance
103 struct avdtp_single_header { struct104 uint8_t message_type:2;105 uint8_t packet_type:2;106 uint8_t transaction:4;107 uint8_t signal_id:6;108 uint8_t rfa0:2;148 struct avdtp_single_header { struct149 uint8_t transaction:4;150 uint8_t packet_type:2;151 uint8_t message_type:2;[all …]