Home
last modified time | relevance | path

Searched defs:peer_ltk (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dtypes.h275 std::optional<sm::LTK> peer_ltk; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsecurity_manager_test.cc452 const std::optional<LTK>& peer_ltk() const { return pairing_data_.peer_ltk; } in peer_ltk() function in bt::sm::__anona8a6f6020111::SecurityManagerTest