Searched refs:CancelBond (Results 1 – 9 of 9) sorted by relevance
45 void SecurityManager::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::SecurityManager46 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CancelBond, in CancelBond()
64 void CancelBond(hci::AddressWithType device);
13 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
67 …::grpc::Status CancelBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CancelBond() function in bluetooth::security::SecurityModuleFacadeService72 security_module_->GetSecurityManager()->CancelBond(hci::AddressWithType(peer, peer_type)); in CancelBond()
213 bool CancelBond(const RawAddress& bd_addr);
783 bool Btm::CancelBond(const RawAddress& bd_addr) { in CancelBond() function in bluetooth::shim::Btm785 security_manager->CancelBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CancelBond()
1074 if (Stack::GetInstance()->GetBtm()->CancelBond(bd_addr)) { in BTM_SecBondCancel()
99 void CancelBond(hci::AddressWithType device);
124 void SecurityManagerImpl::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::internal::SecurityManagerImpl139 CancelBond(device); in RemoveBond()