Home
last modified time | relevance | path

Searched refs:kDebugCombination (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/
Dutil_test.cc33 link_key_type = LinkKeyTypeToString(hci_spec::LinkKeyType::kDebugCombination); in TEST()
Dutil.cc158 case hci_spec::LinkKeyType::kDebugCombination: in LinkKeyTypeToString()
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dtypes_test.cc26 hci_spec::LinkKeyType::kDebugCombination, in TEST()
Dsecure_simple_pairing_state.cc502 PW_CHECK(key_type != hci_spec::LinkKeyType::kDebugCombination, in OnLinkKeyNotification()
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dtypes_test.cc49 props = SecurityProperties(hci_spec::LinkKeyType::kDebugCombination); in TEST()
94 props = SecurityProperties(hci_spec::LinkKeyType::kDebugCombination); in TEST()
Dtypes.cc36 return (lk_type == hci_spec::LinkKeyType::kDebugCombination || in IsEncryptedKey()
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dconstants.h828 kDebugCombination = 0x03, enumerator