Searched refs:RemoveBond (Results 1 – 17 of 17) sorted by relevance
51 void SecurityManager::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::SecurityManager52 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::RemoveBond, in RemoveBond()
71 void RemoveBond(hci::AddressWithType device);
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::SecurityModuleFacadeService81 security_module_->GetSecurityManager()->RemoveBond(hci::AddressWithType(peer, peer_type)); in RemoveBond()
52 boolean RemoveBond(String device_address); in RemoveBond() method
51 MOCK_METHOD1(RemoveBond, bool(const std::string&));
174 virtual bool RemoveBond(const std::string& device_address) = 0;
428 bool RemoveBond(const std::string& device_address) override { in RemoveBond() function in bluetooth::AdapterImpl
83 self._device.security.RemoveBond(
214 bool RemoveBond(const RawAddress& bd_addr);
789 bool Btm::RemoveBond(const RawAddress& bd_addr) { in RemoveBond() function in bluetooth::shim::Btm792 security_manager->RemoveBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in RemoveBond()
1082 return Stack::GetInstance()->GetBtm()->RemoveBond(bd_addr); in BTM_SecDeleteDevice()
151 Status BluetoothBinderServer::RemoveBond( in RemoveBond() function in ipc::binder::BluetoothBinderServer154 *_aidl_return = adapter_->RemoveBond(String8(device_address).string()); in RemoveBond()
90 Status RemoveBond(const ::android::String16& device_address,
109 void RemoveBond(hci::AddressWithType device);
138 void SecurityManagerImpl::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::internal::SecurityManagerImpl
700 self.dut.security.RemoveBond(self.cert_address)701 self.cert.security.RemoveBond(self.dut_address)