Home
last modified time | relevance | path

Searched refs:BTM_GetDeviceEncRoot (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc56 struct BTM_GetDeviceEncRoot BTM_GetDeviceEncRoot; variable
95 const Octet16 BTM_GetDeviceEncRoot::return_value{0xd5, 0xcb, 0x84, 0x54, 0xd1, 0x77, 0x73, 0x3e,
166 const Octet16& BTM_GetDeviceEncRoot() { in BTM_GetDeviceEncRoot() function
168 return test::mock::stack_btm_ble::BTM_GetDeviceEncRoot(); in BTM_GetDeviceEncRoot()
Dmock_stack_btm_ble.h211 struct BTM_GetDeviceEncRoot { struct
218 extern struct BTM_GetDeviceEncRoot BTM_GetDeviceEncRoot; argument
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h65 const Octet16& BTM_GetDeviceEncRoot();
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc181 const Octet16& er = BTM_GetDeviceEncRoot(); in smp_compute_csrk()
500 const Octet16& er = BTM_GetDeviceEncRoot(); in smp_generate_ltk_cont()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc235 const Octet16& BTM_GetDeviceEncRoot() { return btm_sec_cb.devcb.ble_encryption_key_value; } in BTM_GetDeviceEncRoot() function