Home
last modified time | relevance | path

Searched refs:sent_command (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hci/
Dhci_layer_test.cc395 auto sent_command = hal->GetSentCommand(); in SetUp() local
396 auto reset_view = ResetView::Create(CommandView::Create(sent_command)); in SetUp()
540 auto sent_command = hal->GetSentCommand(); in TEST_F() local
541 auto version_view = ReadLocalVersionInformationView::Create(CommandView::Create(sent_command)); in TEST_F()
575 sent_command = hal->GetSentCommand(); in TEST_F()
576 …upported_commands_view = ReadLocalSupportedCommandsView::Create(CommandView::Create(sent_command)); in TEST_F()
603 sent_command = hal->GetSentCommand(); in TEST_F()
604 …upported_features_view = ReadLocalSupportedFeaturesView::Create(CommandView::Create(sent_command)); in TEST_F()
633 auto sent_command = hal->GetSentCommand(); in TEST_F() local
634 ASSERT_LT(0, sent_command.size()); in TEST_F()
[all …]
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc1267 conn_evt_data.i93_cmd_cplt.sent_command = I93_CMD_INVENTORY; in nfa_rw_handle_i93_evt()
1336 conn_evt_data.i93_cmd_cplt.sent_command = I93_CMD_GET_SYS_INFO; in nfa_rw_handle_i93_evt()
1378 conn_evt_data.i93_cmd_cplt.sent_command = in nfa_rw_handle_i93_evt()
2469 conn_evt_data.i93_cmd_cplt.sent_command = i93_command; in nfa_rw_i93_command()
2482 conn_evt_data.i93_cmd_cplt.sent_command = i93_command; in nfa_rw_i93_command()
/system/nfc/src/nfa/include/
Dnfa_api.h465 uint8_t sent_command; /* sent command to tag */ member