Home
last modified time | relevance | path

Searched refs:LeSecurityModeToString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dgap.cc39 const char* LeSecurityModeToString(LESecurityMode mode) { in LeSecurityModeToString() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dgap.h67 const char* LeSecurityModeToString(LESecurityMode mode);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhost_server.cc51 using bt::gap::LeSecurityModeToString;
542 INFO, "fidl", "%s: %s", __FUNCTION__, LeSecurityModeToString(gap_mode)); in SetLeSecurityMode()