Home
last modified time | relevance | path

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

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