Home
last modified time | relevance | path

Searched refs:AVRC_TG_DEFAULT_BROWSE_MTU_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_internal.h57 static const int AVRC_TG_DEFAULT_BROWSE_MTU_SIZE = 335; variable
H A Davrcp_tg_browse.h125 …uint16_t mtu_ {AVRC_TG_DEFAULT_BROWSE_MTU_SIZE}; // The value of the maximum transmis…
H A Davrcp_tg_connection.cpp292 uint16_t mtu = AVRC_TG_DEFAULT_BROWSE_MTU_SIZE; in GetBrowseMtu()
H A Davrcp_tg_service.cpp680 int browseMtu = AVRC_TG_DEFAULT_BROWSE_MTU_SIZE; in EnableProfile()