Home
last modified time | relevance | path

Searched refs:LinkKeyTypeToString (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/
H A Dutil_test.cc22 TEST(UtilTest, LinkKeyTypeToString) { in TEST() argument
24 LinkKeyTypeToString(hci_spec::LinkKeyType::kCombination); in TEST()
27 link_key_type = LinkKeyTypeToString(hci_spec::LinkKeyType::kLocalUnit); in TEST()
30 link_key_type = LinkKeyTypeToString(hci_spec::LinkKeyType::kRemoteUnit); in TEST()
33 link_key_type = LinkKeyTypeToString(hci_spec::LinkKeyType::kDebugCombination); in TEST()
36 link_key_type = LinkKeyTypeToString( in TEST()
41 LinkKeyTypeToString(hci_spec::LinkKeyType::kAuthenticatedCombination192); in TEST()
45 LinkKeyTypeToString(hci_spec::LinkKeyType::kChangedCombination); in TEST()
48 link_key_type = LinkKeyTypeToString( in TEST()
53 LinkKeyTypeToString(hci_spec::LinkKeyType::kAuthenticatedCombination256); in TEST()
[all …]
H A Dutil.cc150 const char* LinkKeyTypeToString(hci_spec::LinkKeyType key_type) { in LinkKeyTypeToString() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dutil.h35 const char* LinkKeyTypeToString(hci_spec::LinkKeyType key_type);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dtypes.cc200 hci_spec::LinkKeyTypeToString(GetLinkKeyType())); in AttachInspect()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlegacy_pairing_state.cc392 hci_spec::LinkKeyTypeToString(key_type)); in OnLinkKeyNotification()
H A Dpeer_test.cc385 hci_spec::LinkKeyTypeToString( in TEST_F()