Searched defs:CancelBond (Results 1 – 7 of 7) sorted by relevance
62 void SecurityManager::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::SecurityManager
16 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
153 …::grpc::Status CancelBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CancelBond() function in bluetooth::security::SecurityModuleFacadeService
299 int BluetoothIntf::CancelBond(const RustRawAddress& address) const { in CancelBond() function in bluetooth::topshim::rust::BluetoothIntf
640 bool Btm::CancelBond(const RawAddress& bd_addr) { in CancelBond() function in bluetooth::shim::Btm
159 void SecurityManagerImpl::CancelBond(hci::AddressWithType device) { in CancelBond() function in bluetooth::security::internal::SecurityManagerImpl
136 fn CancelBond(&self, address: &RustRawAddress) -> i32; in CancelBond() function