Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc54 struct BTM_GetDeviceDHK BTM_GetDeviceDHK; variable
102 const Octet16 BTM_GetDeviceDHK::return_value{0xd5, 0xcb, 0x84, 0x54, 0xd1, 0x77,
200 const Octet16& BTM_GetDeviceDHK() { in BTM_GetDeviceDHK() function
202 return test::mock::stack_btm_ble::BTM_GetDeviceDHK(); in BTM_GetDeviceDHK()
Dmock_stack_btm_ble.h250 struct BTM_GetDeviceDHK { struct
257 extern struct BTM_GetDeviceDHK BTM_GetDeviceDHK; argument
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h71 const Octet16& BTM_GetDeviceDHK();
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc500 const Octet16& dhk = BTM_GetDeviceDHK(); in smp_generate_y()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc232 const Octet16& BTM_GetDeviceDHK() { return btm_sec_cb.devcb.id_keys.dhk; } in BTM_GetDeviceDHK() function