Home
last modified time | relevance | path

Searched refs:BTM_SecDeleteDevice (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc119 .BTM_SecDeleteDevice = BTM_SecDeleteDevice,
Dbtm_dev.h57 bool BTM_SecDeleteDevice(const RawAddress& bd_addr);
Dbtm_dev.cc141 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() function
143 return bluetooth::shim::BTM_SecDeleteDevice(bd_addr); in BTM_SecDeleteDevice()
Dbtm_ble_adv_filter.cc626 if (!BTM_SecDeleteDevice(entry->second)) { in BTM_LE_PF_set()
738 BTM_SecDeleteDevice(entry->second); in BTM_LE_PF_clear()
868 if (!BTM_SecDeleteDevice(entry->second)) { in BTM_BleAdvFilterParamSetup()
/system/bt/test/mock/
Dmock_stack_btm_dev.cc54 bool BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() function
Dmock_main_shim_btm_api.cc97 bool bluetooth::shim::BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() function in bluetooth::shim
/system/bt/stack/include/
Dbtm_api.h646 bool BTM_SecDeleteDevice(const RawAddress& bd_addr);
Dbtm_client_interface.h123 bool (*BTM_SecDeleteDevice)(const RawAddress& bd_addr); member
/system/bt/main/shim/
Dbtm_api.h1474 bool BTM_SecDeleteDevice(const RawAddress& bd_addr);
Dbtm_api.cc1257 bool bluetooth::shim::BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc101 bool bluetooth::shim::BTM_SecDeleteDevice(const RawAddress& bd_addr) { in BTM_SecDeleteDevice() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc551 bluetooth::shim::BTM_SecDeleteDevice(bd_addr); in bta_dm_process_remove_device_no_callback()
553 BTM_SecDeleteDevice(bd_addr); in bta_dm_process_remove_device_no_callback()
2456 ? bluetooth::shim::BTM_SecDeleteDevice(device->peer_bdaddr) in bta_dm_acl_down()
2457 : BTM_SecDeleteDevice(device->peer_bdaddr); in bta_dm_acl_down()