Home
last modified time | relevance | path

Searched refs:remove_bond (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/security/cert/
Dsecurity_test.py236 …self.dut_security.remove_bond(self.cert.address, common.BluetoothAddressTypeEnum.PUBLIC_DEVICE_ADD…
237 …self.cert_security.remove_bond(self.cert.address, common.BluetoothAddressTypeEnum.PUBLIC_DEVICE_AD…
255 …self.dut_security.remove_bond(self.cert.address, common.BluetoothAddressTypeEnum.PUBLIC_DEVICE_ADD…
256 …self.cert_security.remove_bond(self.cert.address, common.BluetoothAddressTypeEnum.PUBLIC_DEVICE_AD…
351 self.dut_security.remove_bond(self.cert_security.get_address(),
353 self.cert_security.remove_bond(self.dut_security.get_address(),
485 self.dut_security.remove_bond(self.cert_security.get_address(),
487 self.cert_security.remove_bond(self.dut_security.get_address(),
512 self.dut_security.remove_bond(self.cert_security.get_address(),
514 self.cert_security.remove_bond(self.dut_security.get_address(),
[all …]
Dcert_security.py112 def remove_bond(self, address, type): member in CertSecurity
/system/bt/btif/src/
Dbluetooth.cc344 static int remove_bond(const RawAddress* bd_addr) { in remove_bond() function
596 remove_bond,
/system/bt/gd/cert/
Dpy_security.py107 def remove_bond(self, address, type): member in PySecurity
/system/bt/include/hardware/
Dbluetooth.h621 int (*remove_bond)(const RawAddress* bd_addr); member
/system/bt/gd/rust/topshim/src/
Dbtif.rs330 pub fn remove_bond(&mut self, address: &ffi::RustRawAddress) -> i32 { in remove_bond() method
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc296 return intf_->remove_bond(&addr); in RemoveBond()
/system/bt/service/
Dadapter.cc437 hal::BluetoothInterface::Get()->GetHALInterface()->remove_bond(&addr); in RemoveBond()