Searched refs:BTM_SecAddBleKey (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 111 .BTM_SecAddBleKey = BTM_SecAddBleKey,
|
D | btm_ble_adv_filter.cc | 654 BTM_SecAddBleKey(cmd.address, &le_key, BTM_LE_KEY_PID); in BTM_LE_PF_set()
|
D | btm_ble.cc | 116 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/ |
D | btm_ble_api.h | 74 extern void BTM_SecAddBleKey(const RawAddress& bd_addr,
|
D | btm_client_interface.h | 133 void (*BTM_SecAddBleKey)(const RawAddress& bd_addr, member
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 196 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function
|
D | mock_main_shim_btm_api.cc | 404 void bluetooth::shim::BTM_SecAddBleKey(const RawAddress& bd_addr, in BTM_SecAddBleKey() function in bluetooth::shim
|
/system/bt/main/shim/ |
D | btm_api.h | 418 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key,
|
D | btm_api.cc | 939 void bluetooth::shim::BTM_SecAddBleKey(const RawAddress& bd_addr, in BTM_SecAddBleKey() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 408 void bluetooth::shim::BTM_SecAddBleKey(const RawAddress& bd_addr, in BTM_SecAddBleKey() function in bluetooth::shim
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3609 BTM_SecAddBleKey(bd_addr, (tBTM_LE_KEY_VALUE*)&blekey, key_type); in bta_dm_add_blekey()
|