Searched refs:BTM_SecAddBleKey (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_security_client_interface.cc | 53 .BTM_SecAddBleKey = BTM_SecAddBleKey,
|
D | btm_ble_sec.cc | 181 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble.cc | 60 struct BTM_SecAddBleKey BTM_SecAddBleKey; variable 183 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function 186 test::mock::stack_btm_ble::BTM_SecAddBleKey(bd_addr, p_le_key, key_type); in BTM_SecAddBleKey()
|
D | mock_stack_btm_ble.h | 259 struct BTM_SecAddBleKey { struct 269 extern struct BTM_SecAddBleKey BTM_SecAddBleKey; argument
|
D | mock_stack_security_client_interface.h | 36 MOCK_METHOD((void), BTM_SecAddBleKey,
|
D | mock_stack_btm_interface.cc | 128 .BTM_SecAddBleKey = [](const RawAddress& /* bd_addr */,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_sec_api.h | 61 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key,
|
D | security_client_callbacks.h | 104 void (*BTM_SecAddBleKey)(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, member
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec.cc | 961 get_btm_client_interface().security.BTM_SecAddBleKey(bd_addr, (tBTM_LE_KEY_VALUE*)&blekey, in bta_dm_add_blekey()
|