Home
last modified time | relevance | path

Searched defs:LinkKey (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dlink_key.h27 LinkKey() : rand_(0), ediv_(0) { value_.fill(0); } in LinkKey() function
28 LinkKey(const UInt128& value, uint64_t rand, uint16_t ediv) in LinkKey() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dlink_key.h24 using LinkKey = common::ByteArray<16>; variable
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dbt_octets.h24 using LinkKey = bluetooth::hci::Octet16; /* Link Key */ variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/test/migrate/
Dfake_bluez_info.toml9 [LinkKey] table
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_dev.cc51 LinkKey /* link_key */, uint8_t /* key_type */, uint8_t /* pin_length */) { in BTM_SecAddDevice() argument
Dmock_stack_btm_interface.cc143 .BTM_IsLinkKeyKnown = [](const RawAddress& /* bd_addr */, argument