Searched refs:AVCT_MIN_CONTROL_MTU (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/include/
H A Davct_api.h57 #define AVCT_MIN_CONTROL_MTU 48 /* Per the AVRC spec, minimum MTU for the control channel */ macro
/system/bt/stack/avct/
H A Davct_api.c89 if (mtu < AVCT_MIN_CONTROL_MTU)
90 mtu = AVCT_MIN_CONTROL_MTU;

Completed in 128 milliseconds