Home
last modified time | relevance | path

Searched defs:remove_bond (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/security/cert/
Dcert_security.py112 def remove_bond(self, address, type): member in CertSecurity
/system/bt/gd/cert/
Dpy_security.py107 def remove_bond(self, address, type): member in PySecurity
/system/bt/btif/src/
Dbluetooth.cc344 static int remove_bond(const RawAddress* bd_addr) { in remove_bond() function
/system/bt/gd/rust/topshim/src/
Dbtif.rs330 pub fn remove_bond(&mut self, address: &ffi::RustRawAddress) -> i32 { in remove_bond() method
/system/bt/include/hardware/
Dbluetooth.h621 int (*remove_bond)(const RawAddress* bd_addr); member