Home
last modified time | relevance | path

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

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