Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_internal.h57 virtual uint16_t GetPeerMtu(uint8_t handle) = 0;
Dconnection_handler.cc273 auto&& ctrl_mtu = avrc_->GetPeerMtu(handle) - AVCT_HDR_LEN; in InitiatorControlCb()
363 auto&& ctrl_mtu = avrc_->GetPeerMtu(handle) - AVCT_HDR_LEN; in AcceptorControlCb()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h87 MOCK_METHOD1(GetPeerMtu, uint16_t(uint8_t));
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc115 uint16_t GetPeerMtu(uint8_t handle) override { in GetPeerMtu() function in bluetooth::avrcp::AvrcpInterfaceImpl