Home
last modified time | relevance | path

Searched defs:ResultFunction (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
Derror.h30 using ResultFunction = fit::function<void(bt::sm::Result<V...> result)>; variable
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/
Derror.h30 using ResultFunction = fit::function<void(bt::att::Result<V...> result)>; variable
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
Derror.h30 using ResultFunction = fit::function<void(bt::hci::Result<V...> result)>; variable
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel_manager_test.cc71 sm::ResultFunction<>) {} in NopSecurityCallback()