Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h160 extern const Octet16& BTM_GetDeviceIDRoot();
/system/bt/stack/btm/
Dbtm_ble_addr.cc90 const Octet16& irk = BTM_GetDeviceIDRoot(); in btm_gen_resolvable_private_addr()
Dbtm_ble.cc217 const Octet16& BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function
219 return bluetooth::shim::BTM_GetDeviceIDRoot(); in BTM_GetDeviceIDRoot()
/system/bt/main/shim/
Dbtm_api.h523 const Octet16& BTM_GetDeviceIDRoot();
Dbtm_api.cc797 const Octet16& bluetooth::shim::BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function in bluetooth::shim
/system/bt/stack/smp/
Dsmp_utils.cc589 const Octet16& irk = BTM_GetDeviceIDRoot(); in smp_build_identity_info_cmd()