Searched refs:GetPeerMtu (Results 1 – 4 of 4) sorted by relevance
57 virtual uint16_t GetPeerMtu(uint8_t handle) = 0;
273 auto&& ctrl_mtu = avrc_->GetPeerMtu(handle) - AVCT_HDR_LEN; in InitiatorControlCb()363 auto&& ctrl_mtu = avrc_->GetPeerMtu(handle) - AVCT_HDR_LEN; in AcceptorControlCb()
87 MOCK_METHOD1(GetPeerMtu, uint16_t(uint8_t));
115 uint16_t GetPeerMtu(uint8_t handle) override { in GetPeerMtu() function in bluetooth::avrcp::AvrcpInterfaceImpl