Home
last modified time | relevance | path

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

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