Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dsecurity_manager.cc51 void SecurityManager::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::SecurityManager
Dfacade.proto14 rpc RemoveBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
Dfacade.cc76 …::grpc::Status RemoveBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in RemoveBond() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl52 boolean RemoveBond(String device_address); in RemoveBond() method
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc151 Status BluetoothBinderServer::RemoveBond( in RemoveBond() function in ipc::binder::BluetoothBinderServer
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc138 void SecurityManagerImpl::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::internal::SecurityManagerImpl
/system/bt/main/shim/
Dbtm.cc789 bool Btm::RemoveBond(const RawAddress& bd_addr) { in RemoveBond() function in bluetooth::shim::Btm
/system/bt/service/
Dadapter.cc428 bool RemoveBond(const std::string& device_address) override { in RemoveBond() function in bluetooth::AdapterImpl