Home
last modified time | relevance | path

Searched defs:security_properties (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dlegacy_pairing_state.h156 sm::SecurityProperties& security_properties() { return bredr_security_; } in security_properties() function
240 std::optional<sm::SecurityProperties> security_properties; variable
H A Dsecure_simple_pairing_state.h280 sm::SecurityProperties& security_properties() { return bredr_security_; } in security_properties() function
389 std::optional<sm::SecurityProperties> security_properties; variable
H A Dpairing_state_manager.h185 sm::SecurityProperties& security_properties() { in security_properties() function
H A Dbredr_connection.h114 sm::SecurityProperties security_properties() const { in security_properties() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlegacy_pairing_state.cc683 sm::SecurityProperties security_properties = in CompletePairingRequests() local
H A Dsecure_simple_pairing_state.cc842 auto security_properties = sm::SecurityProperties(link_->ltk_type().value()); in CompletePairingRequests() local
H A Dpeer_test.cc371 const sm::SecurityProperties security_properties = in TEST_F() local