Searched refs:AVCT_MIN_CONTROL_MTU (Results 1 – 2 of 2) sorted by relevance
89 if (mtu < AVCT_MIN_CONTROL_MTU) in AVCT_Register()90 mtu = AVCT_MIN_CONTROL_MTU; in AVCT_Register()
56 #define AVCT_MIN_CONTROL_MTU 48 /* Per the AVRC spec, minimum MTU for the control channel */ macro