Home
last modified time | relevance | path

Searched refs:DequeueCommandBytes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc141 std::shared_ptr<std::vector<uint8_t>> DequeueCommandBytes() { in DequeueCommandBytes() function in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeAclConnectionInterface
224 …d = CreateAclCommandView<LeSubrateRequestView>(le_acl_connection_interface_.DequeueCommandBytes()); in TEST_F()
247 …d = CreateAclCommandView<LeSubrateRequestView>(le_acl_connection_interface_.DequeueCommandBytes()); in TEST_F()
Dclassic_acl_connection_test.cc156 std::shared_ptr<std::vector<uint8_t>> DequeueCommandBytes() { in DequeueCommandBytes() function in TestAclConnectionInterface
320 auto command = CreateCommand<DisconnectView>(acl_connection_interface_.DequeueCommandBytes()); in TEST_F()