Home
last modified time | relevance | path

Searched defs:CancelBond (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/security/
Dsecurity_manager.cc62 void SecurityManager::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::SecurityManager
Dfacade.proto16 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
Dfacade.cc153 …::grpc::Status CancelBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CancelBond() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc299 int BluetoothIntf::CancelBond(const RustRawAddress& address) const { in CancelBond() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/main/shim/
Dbtm.cc640 bool Btm::CancelBond(const RawAddress& bd_addr) { in CancelBond() function in bluetooth::shim::Btm
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc159 void SecurityManagerImpl::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::internal::SecurityManagerImpl
/system/bt/gd/rust/topshim/src/
Dbtif.rs136 fn CancelBond(&self, address: &RustRawAddress) -> i32; in CancelBond() function