Searched refs:BTM_SecAddBleKey (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_security_client_interface.cc | 54 .BTM_SecAddBleKey = BTM_SecAddBleKey,
|
D | btm_ble_sec.cc | 167 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 | 61 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()
|
D | mock_stack_btm_ble.h | 348 struct BTM_SecAddBleKey { struct 359 extern struct BTM_SecAddBleKey BTM_SecAddBleKey; argument
|
D | mock_stack_btm_interface.cc | 138 .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 | 109 void (*BTM_SecAddBleKey)(const RawAddress& bd_addr, member
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec.cc | 946 get_btm_client_interface().security.BTM_SecAddBleKey( in bta_dm_add_blekey()
|