Searched refs:GetScoPacketLength (Results 1 – 4 of 4) sorted by relevance
88 MOCK_METHOD(uint8_t, GetScoPacketLength, (), (const));
97 virtual uint8_t GetScoPacketLength() const;
297 ASSERT_EQ(controller_->GetScoPacketLength(), test_hci_layer_->synchronous_data_packet_length); in TEST_F()
945 uint8_t Controller::GetScoPacketLength() const { in GetScoPacketLength() function in bluetooth::hci::Controller