Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc56 struct BTM_GetDeviceIDRoot BTM_GetDeviceIDRoot; variable
108 const Octet16 BTM_GetDeviceIDRoot::return_value{
208 const Octet16& BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function
210 return test::mock::stack_btm_ble::BTM_GetDeviceIDRoot(); in BTM_GetDeviceIDRoot()
Dmock_stack_btm_ble.h274 struct BTM_GetDeviceIDRoot { struct
281 extern struct BTM_GetDeviceIDRoot BTM_GetDeviceIDRoot; argument
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h68 const Octet16& BTM_GetDeviceIDRoot();
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc632 const Octet16& irk = BTM_GetDeviceIDRoot(); in smp_build_identity_info_cmd()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc229 const Octet16& BTM_GetDeviceIDRoot() { return btm_sec_cb.devcb.id_keys.irk; } in BTM_GetDeviceIDRoot() function