Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_security_client_interface.cc54 .BTM_SecAddBleKey = BTM_SecAddBleKey,
Dbtm_ble_sec.cc167 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc61 struct BTM_SecAddBleKey BTM_SecAddBleKey; variable
233 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function
236 test::mock::stack_btm_ble::BTM_SecAddBleKey(bd_addr, p_le_key, key_type); in BTM_SecAddBleKey()
Dmock_stack_btm_ble.h348 struct BTM_SecAddBleKey { struct
359 extern struct BTM_SecAddBleKey BTM_SecAddBleKey; argument
Dmock_stack_btm_interface.cc138 .BTM_SecAddBleKey = [](const RawAddress& /* bd_addr */,
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h61 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key,
Dsecurity_client_callbacks.h109 void (*BTM_SecAddBleKey)(const RawAddress& bd_addr, member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc946 get_btm_client_interface().security.BTM_SecAddBleKey( in bta_dm_add_blekey()