Searched defs:RemoveBond (Results 1 – 8 of 8) sorted by relevance
51 void SecurityManager::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::SecurityManager
14 rpc RemoveBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
76 …::grpc::Status RemoveBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in RemoveBond() function in bluetooth::security::SecurityModuleFacadeService
52 boolean RemoveBond(String device_address); in RemoveBond() method
151 Status BluetoothBinderServer::RemoveBond( in RemoveBond() function in ipc::binder::BluetoothBinderServer
138 void SecurityManagerImpl::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::internal::SecurityManagerImpl
789 bool Btm::RemoveBond(const RawAddress& bd_addr) { in RemoveBond() function in bluetooth::shim::Btm
428 bool RemoveBond(const std::string& device_address) override { in RemoveBond() function in bluetooth::AdapterImpl