Searched defs:RemoveBond (Results 1 – 9 of 9) sorted by relevance
52 boolean RemoveBond(String device_address); in RemoveBond() method
68 void SecurityManager::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::SecurityManager
162 …::grpc::Status RemoveBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in RemoveBond() function in bluetooth::security::SecurityModuleFacadeService
151 Status BluetoothBinderServer::RemoveBond( in RemoveBond() function in ipc::binder::BluetoothBinderServer
293 int BluetoothIntf::RemoveBond(const RustRawAddress& address) const { in RemoveBond() function in bluetooth::topshim::rust::BluetoothIntf
649 bool Btm::RemoveBond(const RawAddress& bd_addr) { in RemoveBond() function in bluetooth::shim::Btm
173 void SecurityManagerImpl::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::internal::SecurityManagerImpl
429 bool RemoveBond(const std::string& device_address) override { in RemoveBond() function in bluetooth::AdapterImpl
135 fn RemoveBond(&self, address: &RustRawAddress) -> i32; in RemoveBond() function