Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dsecurity_manager.cc62 void SecurityManager::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::SecurityManager
63 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CancelBond, in CancelBond()
Dsecurity_manager.h86 void CancelBond(hci::AddressWithType device);
Dfacade.proto16 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
Dfacade.cc153 …::grpc::Status CancelBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CancelBond() function in bluetooth::security::SecurityModuleFacadeService
158 security_module_->GetSecurityManager()->CancelBond(hci::AddressWithType(peer, peer_type)); in CancelBond()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h61 int CancelBond(const RustRawAddress& address) const;
Dbtif_shim.cc299 int BluetoothIntf::CancelBond(const RustRawAddress& address) const { in CancelBond() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/gd/rust/topshim/src/
Dbtif.rs136 fn CancelBond(&self, address: &RustRawAddress) -> i32; in CancelBond() function
334 self.internal.CancelBond(address) in cancel_bond()
/system/bt/main/shim/
Dbtm.h181 bool CancelBond(const RawAddress& bd_addr);
Dbtm.cc640 bool Btm::CancelBond(const RawAddress& bd_addr) { in CancelBond() function in bluetooth::shim::Btm
642 security_manager->CancelBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CancelBond()
Dbtm_api.cc1242 if (Stack::GetInstance()->GetBtm()->CancelBond(bd_addr)) { in BTM_SecBondCancel()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h115 void CancelBond(hci::AddressWithType device);
Dsecurity_manager_impl.cc159 void SecurityManagerImpl::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::internal::SecurityManagerImpl
174 CancelBond(device); in RemoveBond()