Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h163 extern const Octet16& BTM_GetDeviceDHK();
/system/bt/main/shim/
Dbtm_api.h526 const Octet16& BTM_GetDeviceDHK();
Dbtm_api.cc803 const Octet16& bluetooth::shim::BTM_GetDeviceDHK() { in BTM_GetDeviceDHK() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc225 const Octet16& BTM_GetDeviceDHK() { in BTM_GetDeviceDHK() function
227 return bluetooth::shim::BTM_GetDeviceDHK(); in BTM_GetDeviceDHK()
/system/bt/stack/smp/
Dsmp_keys.cc514 const Octet16& dhk = BTM_GetDeviceDHK(); in smp_generate_y()