Home
last modified time | relevance | path

Searched defs:RemoveBond (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl52 boolean RemoveBond(String device_address); in RemoveBond() method
/aosp12/system/bt/gd/security/
H A Dsecurity_manager.cc68 void SecurityManager::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::SecurityManager
H A Dfacade.cc162 …::grpc::Status RemoveBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in RemoveBond() function in bluetooth::security::SecurityModuleFacadeService
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc151 Status BluetoothBinderServer::RemoveBond( in RemoveBond() function in ipc::binder::BluetoothBinderServer
/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.cc293 int BluetoothIntf::RemoveBond(const RustRawAddress& address) const { in RemoveBond() function in bluetooth::topshim::rust::BluetoothIntf
/aosp12/system/bt/main/shim/
H A Dbtm.cc649 bool Btm::RemoveBond(const RawAddress& bd_addr) { in RemoveBond() function in bluetooth::shim::Btm
/aosp12/system/bt/gd/security/internal/
H A Dsecurity_manager_impl.cc173 void SecurityManagerImpl::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::internal::SecurityManagerImpl
/aosp12/system/bt/service/
H A Dadapter.cc429 bool RemoveBond(const std::string& device_address) override { in RemoveBond() function in bluetooth::AdapterImpl
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs135 fn RemoveBond(&self, address: &RustRawAddress) -> i32; in RemoveBond() function