Home
last modified time | relevance | path

Searched defs:ediv (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc384 std::optional<uint16_t> ediv; /* Legacy only */ in ReceiveKeys() local
454 …rLe::SendKeys(const InitialInformations& i, const uint8_t& keys_i_send, Octet16 ltk, uint16_t ediv, in SendKeys()
Dpairing_handler_le.h137 const uint16_t& ediv, const Octet16& ltk) { in SendHciLeStartEncryption()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs44 ediv: u16, field
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1556 uint16_t ediv, handle; in btu_ble_proc_ltk_req() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc295 void btm_ble_ltk_request(uint16_t handle, uint8_t rand[8], uint16_t ediv) { in btm_ble_ltk_request()
Dmock_stack_hcic_hciblecmds.cc409 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_int.h300 uint16_t ediv; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc1426 void btm_ble_ltk_request(uint16_t handle, uint8_t rand[8], uint16_t ediv) { in btm_ble_ltk_request()
Dsecurity_device_record.h83 uint16_t ediv; /* LTK diversifier of this peripheral device */ member
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api_types.h521 uint16_t ediv; member
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc414 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc6014 uint16_t handle, std::array<uint8_t, 8> rand, uint16_t ediv, in HandleLeEnableEncryption()
6027 uint16_t handle, std::array<uint8_t, 8> rand, uint16_t ediv, in LeEnableEncryption()