Home
last modified time | relevance | path

Searched refs:RemoveBond (Results 1 – 20 of 20) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl52 boolean RemoveBond(String device_address); in RemoveBond() method
/system/bt/gd/security/
Dsecurity_manager.cc68 void SecurityManager::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::SecurityManager
69 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::RemoveBond, in RemoveBond()
Dsecurity_manager.h93 void RemoveBond(hci::AddressWithType device);
Dfacade.proto17 rpc RemoveBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
Dfacade.cc162 …::grpc::Status RemoveBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in RemoveBond() function in bluetooth::security::SecurityModuleFacadeService
167 security_module_->GetSecurityManager()->RemoveBond(hci::AddressWithType(peer, peer_type)); in RemoveBond()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h60 int RemoveBond(const RustRawAddress& address) const;
Dbtif_shim.cc293 int BluetoothIntf::RemoveBond(const RustRawAddress& address) const { in RemoveBond() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/service/test/
Dmock_adapter.h51 MOCK_METHOD1(RemoveBond, bool(const std::string&));
/system/bt/service/
Dadapter.h174 virtual bool RemoveBond(const std::string& device_address) = 0;
Dadapter.cc429 bool RemoveBond(const std::string& device_address) override { in RemoveBond() function in bluetooth::AdapterImpl
/system/bt/gd/security/cert/
Dle_security_test.py881 self.dut.security.RemoveBond(self.cert_address)
882 self.cert.security.RemoveBond(self.dut_address)
948 self.cert.security.RemoveBond(self.dut_address)
949 self.dut.security.RemoveBond(self.cert_address)
1019 self.cert.security.RemoveBond(self.dut_address)
1020 self.dut.security.RemoveBond(self.cert_address)
1090 self.dut.security.RemoveBond(self.cert_address)
1091 self.cert.security.RemoveBond(self.dut_address)
/system/bt/gd/rust/topshim/src/
Dbtif.rs135 fn RemoveBond(&self, address: &RustRawAddress) -> i32; in RemoveBond() function
331 self.internal.RemoveBond(address) in remove_bond()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc151 Status BluetoothBinderServer::RemoveBond( in RemoveBond() function in ipc::binder::BluetoothBinderServer
154 *_aidl_return = adapter_->RemoveBond(String8(device_address).string()); in RemoveBond()
Dbluetooth_binder_server.h90 Status RemoveBond(const ::android::String16& device_address,
/system/bt/main/shim/
Dbtm.h182 bool RemoveBond(const RawAddress& bd_addr);
Dbtm.cc646 bool Btm::RemoveBond(const RawAddress& bd_addr) { in RemoveBond() function in bluetooth::shim::Btm
649 security_manager->RemoveBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in RemoveBond()
Dbtm_api.cc1258 return Stack::GetInstance()->GetBtm()->RemoveBond(bd_addr); in BTM_SecDeleteDevice()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h125 void RemoveBond(hci::AddressWithType device);
Dsecurity_manager_impl.cc173 void SecurityManagerImpl::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::internal::SecurityManagerImpl
/system/bt/gd/cert/
Dpy_security.py111 self._device.security.RemoveBond(