Home
last modified time | relevance | path

Searched defs:HostError (Results 1 – 9 of 9) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_connection_request.cc32 fit::result<HostError, RefFunc> result) { in NotifyCallbacks()
Dlow_energy_address_manager_test.cc67 [&](fit::result<HostError, const DeviceAddress> result) { in EnsureLocalAddress()
510 auto cb = [&](fit::result<HostError, const DeviceAddress> result) { in TEST_F()
Dlow_energy_advertising_manager.cc171 fit::result<HostError, const DeviceAddress> result) mutable { in StartAdvertising()
Dfake_adapter.cc198 fit::result<HostError, DeviceAddress> result) mutable { in StartAdvertising()
Dlow_energy_connection_manager_test.cc1957 result) { in TEST_P()
2018 result) { in TEST_F()
2069 result) { in TEST_F()
2120 result) { in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/
Dhost_error.h21 enum class HostError : uint8_t { enum
/external/pigweed/pw_bluetooth_sapphire/host/common/
Derror_test.cc280 error.Visit([&host_visited](HostError) { host_visited = true; }, in TEST() argument
292 error.Visit([&host_visited](HostError) { host_visited = true; }, in TEST() argument
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dlow_energy_scanner.cc151 fit::result<HostError, const DeviceAddress> result) mutable { in StartScan()
Dlow_energy_connector.cc137 fit::result<HostError, const DeviceAddress> result) mutable { in CreateConnection()