Home
last modified time | relevance | path

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

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