Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_client_interface.cc111 .BTM_SecAddBleKey = BTM_SecAddBleKey,
Dbtm_ble_adv_filter.cc654 BTM_SecAddBleKey(cmd.address, &le_key, BTM_LE_KEY_PID); in BTM_LE_PF_set()
Dbtm_ble.cc116 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function
119 return bluetooth::shim::BTM_SecAddBleKey(bd_addr, p_le_key, key_type); in BTM_SecAddBleKey()
/system/bt/stack/include/
Dbtm_ble_api.h74 extern void BTM_SecAddBleKey(const RawAddress& bd_addr,
Dbtm_client_interface.h133 void (*BTM_SecAddBleKey)(const RawAddress& bd_addr, member
/system/bt/test/mock/
Dmock_stack_btm_ble.cc196 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function
Dmock_main_shim_btm_api.cc404 void bluetooth::shim::BTM_SecAddBleKey(const RawAddress& bd_addr, in BTM_SecAddBleKey() function in bluetooth::shim
/system/bt/main/shim/
Dbtm_api.h418 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key,
Dbtm_api.cc939 void bluetooth::shim::BTM_SecAddBleKey(const RawAddress& bd_addr, in BTM_SecAddBleKey() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc408 void bluetooth::shim::BTM_SecAddBleKey(const RawAddress& bd_addr, in BTM_SecAddBleKey() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc3609 BTM_SecAddBleKey(bd_addr, (tBTM_LE_KEY_VALUE*)&blekey, key_type); in bta_dm_add_blekey()