Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc454 hci::ErrorCode gd_error_code = static_cast<hci::ErrorCode>(reason); in TEST_F() local
455 tHCI_STATUS legacy_code = ToLegacyHciErrorCode(gd_error_code); in TEST_F()
456 ASSERT_EQ(reason, static_cast<uint8_t>(ToLegacyHciErrorCode(gd_error_code))); in TEST_F()