Home
last modified time | relevance | path

Searched refs:LeClearResolvingList (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_clear_resolving_list_test.cc47 ASSERT_EQ(controller_.LeClearResolvingList(), ErrorCode::SUCCESS); in TEST_F()
59 ASSERT_EQ(controller_.LeClearResolvingList(), ErrorCode::COMMAND_DISALLOWED); in TEST_F()
71 ASSERT_EQ(controller_.LeClearResolvingList(), ErrorCode::COMMAND_DISALLOWED); in TEST_F()
92 ASSERT_EQ(controller_.LeClearResolvingList(), ErrorCode::COMMAND_DISALLOWED); in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h460 void LeClearResolvingList(CommandView command);
Dlink_layer_controller.h405 ErrorCode LeClearResolvingList();
Ddual_mode_controller.cc2273 void DualModeController::LeClearResolvingList(CommandView command) { in LeClearResolvingList() function in rootcanal::DualModeController
2279 ErrorCode status = link_layer_controller_.LeClearResolvingList(); in LeClearResolvingList()
4523 &DualModeController::LeClearResolvingList},
Dlink_layer_controller.cc772 ErrorCode LinkLayerController::LeClearResolvingList() { in LeClearResolvingList() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl3571 packet LeClearResolvingList : Command (op_code = LE_CLEAR_RESOLVING_LIST) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl3759 packet LeClearResolvingList : LeSecurityCommand (op_code = LE_CLEAR_RESOLVING_LIST) {