HomeSort by relevance Sort by last modified time
    Searched refs:AVCT_MIN_CONTROL_MTU (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/include/
avct_api.h 56 #define AVCT_MIN_CONTROL_MTU 48 /* Per the AVRC spec, minimum MTU for the control channel */
  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 86 if (mtu < AVCT_MIN_CONTROL_MTU)
87 mtu = AVCT_MIN_CONTROL_MTU;

Completed in 55 milliseconds