Home
last modified time | relevance | path

Searched defs:BTM_GetDeviceIDRoot (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.h250 struct BTM_GetDeviceIDRoot { struct
257 extern struct BTM_GetDeviceIDRoot BTM_GetDeviceIDRoot; argument
Dmock_stack_btm_ble.cc52 struct BTM_GetDeviceIDRoot BTM_GetDeviceIDRoot; variable
198 const Octet16& BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function
Dmock_main_shim_btm_api.cc130 const Octet16& bluetooth::shim::BTM_GetDeviceIDRoot() { in BTM_GetDeviceIDRoot() function in bluetooth::shim
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc242 const Octet16& BTM_GetDeviceIDRoot() { return btm_cb.devcb.id_keys.irk; } in BTM_GetDeviceIDRoot() function