Home
last modified time | relevance | path

Searched refs:BTM_GetDeviceIDRoot (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/stack/include/
H A Dbtm_ble_api.h175 extern const Octet16& BTM_GetDeviceIDRoot();
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_ble.cc92 const Octet16& BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function
H A Dmock_main_shim_btm_api.cc126 const Octet16& bluetooth::shim::BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function in bluetooth::shim
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_addr.cc107 const Octet16& irk = BTM_GetDeviceIDRoot(); in btm_gen_resolvable_private_addr()
H A Dbtm_ble.cc192 const Octet16& BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function
194 return bluetooth::shim::BTM_GetDeviceIDRoot(); in BTM_GetDeviceIDRoot()
/aosp12/system/bt/main/shim/
H A Dbtm_api.h441 const Octet16& BTM_GetDeviceIDRoot();
H A Dbtm_api.cc961 const Octet16& bluetooth::shim::BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function in bluetooth::shim
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_btm_api.cc130 const Octet16& bluetooth::shim::BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function in bluetooth::shim
/aosp12/system/bt/stack/smp/
H A Dsmp_utils.cc601 const Octet16& irk = BTM_GetDeviceIDRoot(); in smp_build_identity_info_cmd()