Home
last modified time | relevance | path

Searched refs:BTM_GetDeviceDHK (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/include/
Dbtm_ble_api.h178 extern const Octet16& BTM_GetDeviceDHK();
/system/bt/test/mock/
Dmock_stack_btm_ble.cc84 const Octet16& BTM_GetDeviceDHK() { in BTM_GetDeviceDHK() function
Dmock_main_shim_btm_api.cc122 const Octet16& bluetooth::shim::BTM_GetDeviceDHK() { in BTM_GetDeviceDHK() function in bluetooth::shim
/system/bt/main/shim/
Dbtm_api.h444 const Octet16& BTM_GetDeviceDHK();
Dbtm_api.cc967 const Octet16& bluetooth::shim::BTM_GetDeviceDHK() { in BTM_GetDeviceDHK() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc126 const Octet16& bluetooth::shim::BTM_GetDeviceDHK() { in BTM_GetDeviceDHK() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc200 const Octet16& BTM_GetDeviceDHK() { in BTM_GetDeviceDHK() function
202 return bluetooth::shim::BTM_GetDeviceDHK(); in BTM_GetDeviceDHK()
/system/bt/stack/smp/
Dsmp_keys.cc489 const Octet16& dhk = BTM_GetDeviceDHK(); in smp_generate_y()