Home
last modified time | relevance | path

Searched defs:OpenConnectionResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sco/
H A Dsco_connection_manager.h69 using OpenConnectionResult = fit::result<HostError, ScoConnection::WeakPtr>; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/
H A Dsco_connection_manager_test.cc25 using OpenConnectionResult = ScoConnectionManager::OpenConnectionResult; typedef