Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h74 extern bool BTM_SecAddBleKey(const RawAddress& bd_addr,
/system/bt/main/shim/
Dbtm_api.h500 bool BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key,
Dbtm_api.cc774 bool bluetooth::shim::BTM_SecAddBleKey(const RawAddress& bd_addr, in BTM_SecAddBleKey() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc138 bool BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function
141 return bluetooth::shim::BTM_SecAddBleKey(bd_addr, p_le_key, key_type); in BTM_SecAddBleKey()
/system/bt/bta/dm/
Dbta_dm_act.cc3953 if (!BTM_SecAddBleKey(bd_addr, (tBTM_LE_KEY_VALUE*)&blekey, key_type)) { in bta_dm_add_blekey()