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_impl_test.cc285 std::shared_ptr<std::vector<uint8_t>> DequeueCommandBytes() { in DequeueCommandBytes() function in bluetooth::hci::acl_manager::__anona0b596a50211::TestHciLayer
1094 …= CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCommandBytes()); in TEST_F()
1104 …d = CreateLeSecurityCommandView<LeAddDeviceToResolvingListView>(hci_layer_->DequeueCommandBytes()); in TEST_F()
1117 …= CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCommandBytes()); in TEST_F()
1166 …= CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCommandBytes()); in TEST_F()
1176 …d = CreateLeSecurityCommandView<LeAddDeviceToResolvingListView>(hci_layer_->DequeueCommandBytes()); in TEST_F()
1189 …uto command = CreateLeSecurityCommandView<LeSetPrivacyModeView>(hci_layer_->DequeueCommandBytes()); in TEST_F()
1201 …= CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCommandBytes()); in TEST_F()
1392 hci_layer_->DequeueCommandBytes()); in TEST_F()
1411 …= CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->DequeueCommandBytes()); in TEST_F()
[all …]
Dclassic_acl_connection_test.cc156 std::shared_ptr<std::vector<uint8_t>> DequeueCommandBytes() { in DequeueCommandBytes() function in TestAclConnectionInterface
316 auto command = CreateCommand<DisconnectView>(acl_connection_interface_.DequeueCommandBytes()); in TEST_F()