Home
last modified time | relevance | path

Searched defs:ConnectionResult (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/sco/public/pw_bluetooth_sapphire/internal/host/sco/
Dsco_connection_manager.h98 using ConnectionResult = fit::result< variable
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dadapter.h148 using ConnectionResult = gap::LowEnergyConnectionManager::ConnectionResult; variable
Dlow_energy_connection_manager.h125 using ConnectionResult = variable
/external/pigweed/pw_bluetooth_sapphire/
Dperipheral.cc345 bt::gap::Adapter::LowEnergy::ConnectionResult /*result*/) { in OnConnection()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dl2cap_defs.h177 enum class ConnectionResult : uint16_t { enum
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_connection_manager_test.cc66 using ConnectionResult = LowEnergyConnectionManager::ConnectionResult; typedef