Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davct_api.h57 #define AVCT_MIN_CONTROL_MTU 48 /* Per the AVRC spec, minimum MTU for the control channel */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c94 if (mtu < AVCT_MIN_CONTROL_MTU) { in AVCT_Register()
95 mtu = AVCT_MIN_CONTROL_MTU; in AVCT_Register()