Searched refs:GetBrowseMtu (Results 1 – 4 of 4) sorted by relevance
49 virtual uint16_t GetBrowseMtu(uint8_t handle) = 0;
244 auto&& browse_mtu = avrc_->GetBrowseMtu(handle) - AVCT_HDR_LEN; in InitiatorControlCb()287 auto browse_mtu = avrc_->GetBrowseMtu(handle) - AVCT_HDR_LEN; in InitiatorControlCb()315 auto&& browse_mtu = avrc_->GetBrowseMtu(handle) - AVCT_HDR_LEN; in AcceptorControlCb()378 auto browse_mtu = avrc_->GetBrowseMtu(handle) - AVCT_HDR_LEN; in AcceptorControlCb()
68 MOCK_METHOD1(GetBrowseMtu, uint16_t(uint8_t));
91 uint16_t GetBrowseMtu(uint8_t handle) override { in GetBrowseMtu() function in bluetooth::avrcp::AvrcpInterfaceImpl