Home
last modified time | relevance | path

Searched defs:OpenConnectionCallback (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sco/
H A Dsco_connection_manager.h70 using OpenConnectionCallback = fit::callback<void(OpenConnectionResult)>; variable
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java123 public interface OpenConnectionCallback { interface in BluetoothDevicePairer
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dfake_adapter.h274 sco::ScoConnectionManager::OpenConnectionCallback) override { in OpenScoConnection()