Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.cc174 static void reset_complete(void* result) { in reset_complete() function
238 &bt_startup_thread, reset_complete); in BTM_DeviceReset()
241 &bt_startup_thread, reset_complete); in BTM_DeviceReset()
/system/bt/gd/hci/
Dhci_layer.cc46 auto reset_complete = ResetCompleteView::Create(complete); in fail_if_reset_complete_not_success() local
47 ASSERT(reset_complete.IsValid()); in fail_if_reset_complete_not_success()
48 ASSERT(reset_complete.GetStatus() == ErrorCode::SUCCESS); in fail_if_reset_complete_not_success()
Dhci_packets_test.cc38 std::vector<uint8_t> reset_complete = {0x0e, 0x04, 0x01, 0x03, 0x0c, 0x00}; variable
39 DEFINE_AND_INSTANTIATE_ResetCompleteReflectionTest(reset_complete);