Searched refs:GetBrowseMtu (Results 1 – 4 of 4) sorted by relevance
55 virtual uint16_t GetBrowseMtu(uint8_t handle) = 0;
257 auto&& browse_mtu = avrc_->GetBrowseMtu(handle) - AVCT_HDR_LEN; in InitiatorControlCb()300 auto browse_mtu = avrc_->GetBrowseMtu(handle) - AVCT_HDR_LEN; in InitiatorControlCb()328 auto&& browse_mtu = avrc_->GetBrowseMtu(handle) - AVCT_HDR_LEN; in AcceptorControlCb()391 auto browse_mtu = avrc_->GetBrowseMtu(handle) - AVCT_HDR_LEN; in AcceptorControlCb()
70 MOCK_METHOD1(GetBrowseMtu, uint16_t(uint8_t));
90 uint16_t GetBrowseMtu(uint8_t handle) override { in GetBrowseMtu() function in bluetooth::avrcp::AvrcpInterfaceImpl