Home
last modified time | relevance | path

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

/system/bt/gd/security/cert/
Dsecurity_test.py187 …self.dut_security.remove_bond(self.cert.address, common.BluetoothAddressTypeEnum.PUBLIC_DEVICE_ADD…
272 self.dut_security.remove_bond(self.cert_security.get_address(),
274 self.cert_security.remove_bond(self.dut_security.get_address(),
Dcert_security.py105 def remove_bond(self, address, type): member in CertSecurity
/system/bt/btif/src/
Dbluetooth.cc286 static int remove_bond(const RawAddress* bd_addr) { in remove_bond() function
498 remove_bond,
/system/bt/gd/cert/
Dpy_security.py79 def remove_bond(self, address, type): member in PySecurity
/system/bt/include/hardware/
Dbluetooth.h534 int (*remove_bond)(const RawAddress* bd_addr); member
/system/bt/service/
Dadapter.cc436 hal::BluetoothInterface::Get()->GetHALInterface()->remove_bond(&addr); in RemoveBond()