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