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