Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dprofile_server.cc1118 fidlbredr::ScoErrorCode fidl_error = fidlbredr::ScoErrorCode::FAILURE; in OnScoConnectionResult() local
1120 fidl_error = fidlbredr::ScoErrorCode::CANCELLED; in OnScoConnectionResult()
1123 fidl_error = fidlbredr::ScoErrorCode::PARAMETERS_REJECTED; in OnScoConnectionResult()
1125 server->OnError(fidl_error); in OnScoConnectionResult()