Searched refs:DequeueCommandBytes (Results 1 – 2 of 2) sorted by relevance
285 std::shared_ptr<std::vector<uint8_t>> DequeueCommandBytes() { in DequeueCommandBytes() function in bluetooth::hci::acl_manager::__anona0b596a50211::TestHciLayer1094 …= 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 …]
156 std::shared_ptr<std::vector<uint8_t>> DequeueCommandBytes() { in DequeueCommandBytes() function in TestAclConnectionInterface316 auto command = CreateCommand<DisconnectView>(acl_connection_interface_.DequeueCommandBytes()); in TEST_F()