Home
last modified time | relevance | path

Searched defs:cancel_bond (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbluetooth.cc337 static int cancel_bond(const RawAddress* bd_addr) { in cancel_bond() function
/system/bt/gd/rust/topshim/src/
Dbtif.rs333 pub fn cancel_bond(&mut self, address: &ffi::RustRawAddress) -> i32 { in cancel_bond() method
/system/bt/include/hardware/
Dbluetooth.h624 int (*cancel_bond)(const RawAddress* bd_addr); member