Searched refs:CancelBond (Results 1 – 12 of 12) sorted by relevance
62 void SecurityManager::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::SecurityManager63 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CancelBond, in CancelBond()
86 void CancelBond(hci::AddressWithType device);
16 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
153 …::grpc::Status CancelBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CancelBond() function in bluetooth::security::SecurityModuleFacadeService158 security_module_->GetSecurityManager()->CancelBond(hci::AddressWithType(peer, peer_type)); in CancelBond()
61 int CancelBond(const RustRawAddress& address) const;
299 int BluetoothIntf::CancelBond(const RustRawAddress& address) const { in CancelBond() function in bluetooth::topshim::rust::BluetoothIntf
136 fn CancelBond(&self, address: &RustRawAddress) -> i32; in CancelBond() function334 self.internal.CancelBond(address) in cancel_bond()
181 bool CancelBond(const RawAddress& bd_addr);
640 bool Btm::CancelBond(const RawAddress& bd_addr) { in CancelBond() function in bluetooth::shim::Btm642 security_manager->CancelBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CancelBond()
1242 if (Stack::GetInstance()->GetBtm()->CancelBond(bd_addr)) { in BTM_SecBondCancel()
115 void CancelBond(hci::AddressWithType device);
159 void SecurityManagerImpl::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::internal::SecurityManagerImpl174 CancelBond(device); in RemoveBond()