Home
last modified time | relevance | path

Searched refs:GetScoPacketLength (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/hci/
Dcontroller_mock.h88 MOCK_METHOD(uint8_t, GetScoPacketLength, (), (const));
Dcontroller.h97 virtual uint8_t GetScoPacketLength() const;
Dcontroller_test.cc297 ASSERT_EQ(controller_->GetScoPacketLength(), test_hci_layer_->synchronous_data_packet_length); in TEST_F()
Dcontroller.cc945 uint8_t Controller::GetScoPacketLength() const { in GetScoPacketLength() function in bluetooth::hci::Controller