Home
last modified time | relevance | path

Searched refs:BTM_SecAddDevice (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_security_client_interface.cc51 .BTM_SecAddDevice = BTM_SecAddDevice,
Dbtm_dev.cc85 void BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice() function
/packages/modules/Bluetooth/system/stack/include/
Dbtm_sec_api.h46 void BTM_SecAddDevice(const RawAddress& bd_addr, const DEV_CLASS dev_class,
Dsecurity_client_callbacks.h100 void (*BTM_SecAddDevice)(const RawAddress& bd_addr, const DEV_CLASS dev_class, member
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_dev.cc47 void BTM_SecAddDevice(const RawAddress& /* bd_addr */, in BTM_SecAddDevice() function
Dmock_stack_btm_interface.cc128 .BTM_SecAddDevice = [](const RawAddress& /* bd_addr */,
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc144 base::Bind(get_btm_client_interface().security.BTM_SecAddDevice, bd_addr, in BTA_DmAddDevice()