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.cc55 struct BTM_GetDeviceEncRoot BTM_GetDeviceEncRoot; variable
105 const Octet16 BTM_GetDeviceEncRoot::return_value{
204 const Octet16& BTM_GetDeviceEncRoot() { in BTM_GetDeviceEncRoot() function
206 return test::mock::stack_btm_ble::BTM_GetDeviceEncRoot(); in BTM_GetDeviceEncRoot()
Dmock_stack_btm_ble.h262 struct BTM_GetDeviceEncRoot { struct
269 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.cc189 const Octet16& er = BTM_GetDeviceEncRoot(); in smp_compute_csrk()
516 const Octet16& er = BTM_GetDeviceEncRoot(); in smp_generate_ltk_cont()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc224 const Octet16& BTM_GetDeviceEncRoot() { in BTM_GetDeviceEncRoot() function