Searched refs:BTM_SecAddDevice (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_security_client_interface.cc | 51 .BTM_SecAddDevice = BTM_SecAddDevice,
|
D | btm_dev.cc | 85 void BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice() function
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_sec_api.h | 46 void BTM_SecAddDevice(const RawAddress& bd_addr, const DEV_CLASS dev_class,
|
D | security_client_callbacks.h | 100 void (*BTM_SecAddDevice)(const RawAddress& bd_addr, const DEV_CLASS dev_class, member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_dev.cc | 47 void BTM_SecAddDevice(const RawAddress& /* bd_addr */, in BTM_SecAddDevice() function
|
D | mock_stack_btm_interface.cc | 128 .BTM_SecAddDevice = [](const RawAddress& /* bd_addr */,
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_api.cc | 144 base::Bind(get_btm_client_interface().security.BTM_SecAddDevice, bd_addr, in BTA_DmAddDevice()
|